Authorization: Bearer ********************curl --location '/equipe' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"nome": "string",
"parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
"tipo": "ASSISTENTE",
"situacao": "ATIVO"
}'{}