x-api-key: ********************curl --location --request PUT 'https://online-banking.originalaccounts.com/transfers/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transfer_id": "transfer-uuid",
"user_id": "user-uuid",
"entity_id": "entity-uuid",
"wallet_id": "wallet-uuid",
"beneficiary_id": "beneficiary-uuid",
"purpose_of_payment": "Invoice payment",
"reference": "Reference text"
}'{
"transfer_id": "transfer-uuid"
}