x-api-key: ********************curl --location --request POST 'https://online-banking.originalaccounts.com/v3/transfers/wallet' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_amount": "100.00",
"destination_amount": "100.00",
"source_wallet_id": "source-wallet-uuid",
"destination_wallet_id": "destination-wallet-uuid"
}'"string"