curl --request GET \
--url https://api.zo.computer/personas/active \
--header 'Authorization: Bearer <token>'{
"main": "<string>",
"greeting": "<string>",
"sms": "<string>",
"email": "<string>",
"schedule": {}
}Get the active personas for each conversation type.
curl --request GET \
--url https://api.zo.computer/personas/active \
--header 'Authorization: Bearer <token>'{
"main": "<string>",
"greeting": "<string>",
"sms": "<string>",
"email": "<string>",
"schedule": {}
}