curl --location --request POST '/api/CampoPersonalizado//Responder' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"projetoId": 0,
"ordemServicoId": 0,
"tarefaId": 0,
"resposta": "string",
"token": "string",
"pularErroIA": true
}'