I try to import the twilio phone number through api but receive this error message: {"message":"Couldn't Create Phone Number","error":"Bad Request","statusCode":400}
I'm not sure if the 400 status is from Twilio or Vapi, and couldn't find the reason for error. The json looks fine. Any idea why?
{
"provider": "twilio",
"number": "+18679881652",
"twilioAccountSid": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"twilioAuthToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"name": "New Test Number"
}