curl --location --request POST '/porting/loa_configuration/preview' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"city": "Austin",
"country_code": "US",
"extended_address": "14th Floor",
"state": "TX",
"street_address": "600 Congress Avenue",
"zip_code": "78701"
},
"company_name": "Telnyx",
"contact": {
"email": "testing@telnyx.com",
"phone_number": "+12003270001"
},
"logo": {
"document_id": "b792e8ae-2cb4-4209-85b9-32be4c2fcdd6"
},
"name": "My LOA Configuration"
}'
Authorization: Bearer ********************