Authorization: Bearer ********************curl --location 'https://dev-api-desk.tks.co.th/api/Approvals/GetApprovalsByAgent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"key": "string",
"value": [
"string"
]
}
]'{
"status": {
"code": "string",
"description": "string",
"httpStatusCode": 0
},
"data": {
"items": [
{
"approvalId": 0,
"ticketId": 0,
"subject": "string",
"customer": "string",
"priority": 0,
"statusId": 0,
"statusName": "string",
"createdBy": "string",
"dateCreated": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"success": true,
"pagination": {
"page": 0,
"pageSize": 0,
"totalItems": 0,
"totalPages": 0
}
}