curl --request GET \
--url https://platform.thena.ai/v1/tickets/draft \
--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>"
}curl --request GET \
--url https://platform.thena.ai/v1/tickets/draft \
--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
The page number to fetch tickets by
x >= 11
The limit number of tickets to fetch
1 <= x <= 10010