holding_balanceavailable_balancecurl --location --request POST '/api/v1/merchants/wallet/refund' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency_code": "USD",
"notes": "Refund approved by support team",
"original_transaction_id": "550e8400-e29b-41d4-a716-446655440000",
"reason": "Customer requested refund",
"refund_amount": 50
}'{}