curl --location --request POST '/phone_numbers/jobs/update_emergency_settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"emergency_address_id": "53829456729313",
"emergency_enabled": true,
"phone_numbers": [
"+19705555098",
"+19715555098",
"32873127836"
]
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************