This might be because you’re passing POST data as a string. I would try using FormUrlEncodedContent instead.
1 Like
This might be because you’re passing POST data as a string. I would try using FormUrlEncodedContent instead.