With no specification the request sends the body as FormUrlEncodedContent then adds the header value for application/json
the call does not work since the content is wrong, changing to JsonContent.Create(dictionary_) fixes the issue, is this a problem on my end, I can't find information about this anywhere.
With no specification the request sends the body as FormUrlEncodedContent then adds the header value for application/json
the call does not work since the content is wrong, changing to JsonContent.Create(dictionary_) fixes the issue, is this a problem on my end, I can't find information about this anywhere.