cURL
curl --request POST \ --url https://api.example.com/external-api/publications/status \ --header 'Content-Type: application/json' \ --data '{}'
{ "publication_id": 123, "publish_date": "<string>", "auto_delete": 123, "publish_status": "<string>", "payment_status": "<string>", "delete_date": "<string>" }
The body is of type object.
object
Was this page helpful?