curl --location --request POST '/api/v1/transformer/teleport/toggle-status' \
--header 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"teleportId": "string"
}'{
"success": true,
"data": {
"message": "Teleport route status toggled successfully",
"data": {
"teleportId": "teleport_8b118472_1a0b_40b5_aa1b_0792f4df69b4",
"previousStatus": "active",
"currentStatus": "inactive",
"updatedAt": "2025-10-13T14:13:31.197Z"
}
}
}