Per documentation POST request reply with 201 Created and specifically for `POST /api/v2/tickets` it returns the newly created ticket, for example:
Status: 201 CreatedLocation: https://{subdomain}.zendesk.com/api/v2/items/123.json{"item": {"id": 123,"url": "https://{subdomain}.zendesk.com/api/v2/items/123.json","name": "Wibble",..."created_at": "2012-04-04T09:14:57Z"}}
What is the possible meaning of a 200 Ok reply with body `{"success":true}`?
Reference: