cURL
curl --request GET \ --url https://app.dilli.studio/api/v1/tickets/{id} \ --header 'X-Api-Key: <api-key>'
{ "id": "<string>", "title": "<string>", "description": "<string>", "ticket_status_id": "<string>", "position": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
X-Api-Key
OK