Authorization: Bearer ********************curl --location '/setor' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"nome": "Setor {{$randomInt}}",
"responsavel_id": "{{colaborador.id}}"
}'{}