{ "amount": 300, "async": false }
curl --location --globoff 'https://prod.your-api-server.com/v1/transactions/{{transaction_id}}/refund' \ --header 'Content-Type: application/json' \ --data '{ "amount": 300, "async": false }'