I am testing with the API, performing a synchronous query, and I read each of the 401 error posts here, without achieving a solution.
I would appreciate your guidance.
The first error I noticed in my Postman was:
JSONError: No data, empty input at 1:1
Then I realized that the error itself is a 401 that says so:
HTTP/1.1 401 Unauthorized
Strict-Transport-Security: max-age=15552000, includeSubdomains
Authorization: WWW-Authenticate: Signature realm="World-Check One API",algorithm="hmac-sha256",headers="(request-target) host date content-type content-length"
Transfer-Encoding: chunked
Date: Mon, 16 Nov 2020 22:56:27 GMT
Server: ""
I can't make any progress on the project and time is running out.