curl --request POST \
--url https://eu-cloudflare.vg-stuff.com/utils/import-twilio-number \
--header 'Content-Type: application/json' \
--data '
{
"twilioNumber": "<string>",
"twilioAccountSid": "<string>",
"twilioAccountAuthToken": "<string>",
"twilioCallerId": "<string>",
"workspaceId": "<string>",
"agentId": "<string>",
"capabilities": [
"voice",
"sms"
]
}
'