curl --request POST \
--url http://localhost/api/payments/transfer-initiations/{transferId}/reverse \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "XXX",
"description": "<string>",
"amount": 123,
"asset": "USD",
"metadata": {}
}
'