curl --request POST \
--url https://api.g-tateth.com/api/telephony/configure \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phoneNumber": "<string>",
"recordingEnabled": true,
"transcriptionEnabled": true,
"defaultCountryCode": "<string>",
"webhookUrl": "<string>"
}
'