curl --location --request POST '/api/v1/transformer/teleport/update' \
--header 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"teleportId": "string",
"externalAccountId": "string"
}'{
"success": true,
"data": {
"message": "Teleport destination updated successfully",
"data": {
"teleportId": "teleport_8b118472_1a0b_40b5_aa1b_0792f4df69b4",
"previousExternalAccountId": "acc_f7ad60cb_3d8a_499d_b1fe_0a3c759fe22e",
"newExternalAccountId": "acc_5f687a0a_b91b_4250_9484_7ae7abe4277e"
}
}
}