curl --request POST \
--url https://prod.featherhq.com/api/v1/twilio/import \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"accountSid": "<string>",
"authToken": "<string>",
"phoneNumber": "<string>"
}
'{
"success": true,
"displayMessage": "<string>",
"phoneNumberId": "<string>"
}curl --request POST \
--url https://prod.featherhq.com/api/v1/twilio/import \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"accountSid": "<string>",
"authToken": "<string>",
"phoneNumber": "<string>"
}
'{
"success": true,
"displayMessage": "<string>",
"phoneNumberId": "<string>"
}