curl --location --request POST '/api/AbaComplementar/OrdemServico' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"numero": "string",
"dataPedido": "2019-08-24T14:15:22Z",
"tecnico": "string",
"titulo": "string",
"tipoServicoId": 0,
"equipeId": 0,
"dataConclusao": "2019-08-24T14:15:22Z",
"valor": 0,
"arquivos": [
"string"
],
"projetoId": 0
}'