Authorization: Bearer ********************
curl --location --request GET 'https://api.gofive.co.th/tickets/<integer>' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Content-Type: application/json'
{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"ticketId": 20,
"status": 1,
"description": "Inprogress",
"errorResponses": []
}
}