curl --location --request POST 'https://test.your-api-server.com/fingateapi/CommercialCredit/Refund' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"conversationId": "string"
}'