776813d05dadbdd0fd2ad3cef51810c1fa4c91ff
Refactored code to assign StringContent directly to httpReq.Content without a using block. Disposal of StringContent is now handled by HttpRequestMessage, improving code clarity and resource management.
Description
Languages
C#
100%