curl --location --request POST '/api/AbaComplementar/OrdemServico/VerificarConflito' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"tecnicoId": 0,
"equipeId": 0,
"dataAgendamentoInicial": "2019-08-24T14:15:22Z",
"dataAgendamentoFinal": "2019-08-24T14:15:22Z"
}'