cURL
curl --request GET \ --url http://localhost:8000/v1/tickets/draft/{uid} \ --header 'Authorization: Bearer <token>'
{ "uid": "<string>", "status": "<string>", "draftScope": "<string>", "entityType": "<string>", "content": {}, "metadata": {}, "createdBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "lastModifiedBy": "<string>" }
Enter the bearer token
Operation successful
The response is of type object.
object