status, value and comment are required, and a rejection status requires value to equal zero.curl --location --request PUT '/v1/cards//phases//actions/approval/' \
--header 'Content-Type: application/json' \
--data '{
"status": "approved",
"value": 0,
"comment": "string"
}'{
"id": "string",
"status": "string",
"value": 0,
"comment": "string"
}