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