curl --location -g --request POST '/v1/transactions/{{transaction_id}}/refund' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": 300, "async": false }'
{}