api-key: ********************curl --location --request POST 'https://api.youratlas.com/v1/api/phone-number/integrate' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaignId": "string",
"provider": "twilio",
"number": "string",
"twilioAccountSid": "string",
"twilioAuthToken": "string",
"internalNumber": true
}'