Authorization: ********************curl --location --request GET 'https://prod.your-api-server.com/api/Setor/Agrupado?Query&LojaId' \
--header 'Authorization: <api-key>'[
{
"id": 0,
"nome": "string",
"setorPaiId": 0,
"filhos": [
{}
],
"ativo": true,
"cor": "string",
"codigo": "string"
}
]