api-key: ********************curl --location --request POST 'https://api.youratlas.com/v1/api/phone-number/link' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumberId": "string",
"campaignId": "string"
}'