Authorization: Bearer ********************curl --location 'https://dev-api-desk.tks.co.th/api/Approvals/GetTotalApprovalsByAgent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"key": "string",
"value": [
"string"
]
}
]'{
"status": {
"code": "string",
"description": "string",
"httpStatusCode": 0
},
"data": {
"all": 0,
"pending": 0,
"overdue": 0,
"approved": 0,
"rejected": 0
},
"success": true,
"pagination": {
"page": 0,
"pageSize": 0,
"totalItems": 0,
"totalPages": 0
}
}