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