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"
}