api-key: ********************curl --location --request POST 'https://api.youratlas.com/v1/api/call-forward/' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"PhoneNumber": "string",
"Who": "string",
"Type": "number",
"Extension": "string",
"TransferMessage": "string",
"TransferWithSummary": true,
"SIPURI": "string",
"SIPHeaders": "string"
}'