POST Request doesn't Work | API
-
You need to send parameters domain, originalURL and title in the POST body. Be careful not to send them in query string.
-
The body of POST request must be sent in JSON format.
-
The request needs a "content-type": "application/json" header.
Please, check. Otherwise, contact support.