curl --location --request POST 'https://online-banking.originalaccounts.com/transfers' \
--header 'Idempotency-Key;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "user-uuid",
"entity_id": "entity-uuid",
"source_amount": "100.00",
"wallet_id": "wallet-uuid",
"destination_amount": "100.00",
"beneficiary_id": "beneficiary-uuid",
"purpose_of_payment": "Invoice payment",
"reference": "Reference text",
"wire": false,
"document_reference": "doc-ref"
}'