a66a70fab3d540c6d8327eeb3a24daf44dfd2ff2
Replaced the `reqMsg` variable with `httpReq` to simplify the creation and usage of `HttpRequestMessage`. The `request.RestType` is now used directly to create `httpReq`, which is passed to `http.SendAsync`. This change reduces redundancy and improves code clarity.
Description
Languages
C#
100%