cURL
curl --request POST \ --url https://api.example.com/external-api/publications/cancel \ --header 'Content-Type: application/json' \ --data '{}'
{}
The body is of type object.
object
The response is of type object.
Was this page helpful?