curl --location --request POST '/api/v1/transformer/teleport/create' \
--header 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundingAccountId": "fa_us_virtual_123",
"externalAccountId": "ea_india_bank_456"
}'{
"success": true,
"data": {
"message": "Teleport created successfully",
"data": {
"teleportId": "teleport_8b118472_1a0b_40b5_aa1b_0792f4df69b4"
}
}
}