curl --request POST \
--url https://api.cleartalk.ai/agency/twilio/auto-assign-to-trust-profiles \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phoneNumberSid": "<string>"
}
'{
"businessProfile": {},
"shakenStir": {},
"voiceIntegrity": {},
"errors": [
{
"type": "<string>",
"error": "<string>"
}
]
}curl --request POST \
--url https://api.cleartalk.ai/agency/twilio/auto-assign-to-trust-profiles \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phoneNumberSid": "<string>"
}
'{
"businessProfile": {},
"shakenStir": {},
"voiceIntegrity": {},
"errors": [
{
"type": "<string>",
"error": "<string>"
}
]
}