Hi,
We created a class in C# to place both GET and POST requests, but only GET requests are working.
For POST, we get a 401. So we are assuming that it's something to do with Authorization header.
I tried using the C# code example for POST requests, but the content of "World-Check One API C# .NET Request Code Examples" is for v1 and we are implementing v2. I even tried to just update v1 to v2 and we still get a 401 with this code example.
Can someone help me with that?
FYI, both GET and POST requests using Postman are working fine (returning 200).