curl --location --request POST '/siprec_connectors' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_subdomain": "my-app",
"host": "siprec.telnyx.com",
"name": "my-siprec-connector",
"port": 5060
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************