cURL
curl --request POST \ --url http://localhost:5252/log \ --header 'Content-Type: application/json' \ --header 'x-api-token: <api-key>' \ --data '{}'
{ "success": true }
The body is of type object.
object
Created
Was this page helpful?