curl --location --request POST '/api/EquipeTecnica' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string"
}'
{
"dataCadastro": "2019-08-24T14:15:22Z",
"id": 0,
"nome": "string",
"celular": "string",
"area": "Comercial",
"horariosFuncionamento": [
{
"id": 0,
"diaSemana": "Sunday",
"horaAbertura": "string",
"horaFechamento": "string"
}
],
"latitude": "string",
"longitude": "string"
}