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.
ReC
Description
Languages
C#
100%