Authorization: Bearer ********************curl --location 'https://dev-api-desk.tks.co.th/api/Approvals/BulkUpdateStatus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"approvalIds": [
0
],
"statusId": 0,
"email": "string",
"commentText": "string"
}'{
"status": {
"code": "string",
"description": "string",
"httpStatusCode": 0
},
"data": {
"updated": 0,
"failed": 0,
"results": [
{
"approvalId": 0,
"success": true,
"message": "string"
}
]
},
"success": true,
"pagination": {
"page": 0,
"pageSize": 0,
"totalItems": 0,
"totalPages": 0
}
}