curl --request GET \
--url https://sell.ia.proativia.com/api/v1/chat-sector \
--header 'Token: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]Retorna a lista de setores de chat configurados na conta autenticada.
curl --request GET \
--url https://sell.ia.proativia.com/api/v1/chat-sector \
--header 'Token: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]