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