cURL
curl --request POST \ --url https://api.example.com/documents/validate \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>" } '
{}
The response is of type object.
object
Was this page helpful?