{
"id": 0,
"status": 0,
"comments": "string",
"userId": 0
}
curl --location --request POST '/approval-records/updateApproval' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"status": 0,
"comments": "string",
"userId": 0
}'
{}