curl --location --request POST '/api/CampoPersonalizado/ResponderFormulario' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"projetoId": 0,
"ordemServicoId": 0,
"campos": [
{
"campoId": 0,
"resposta": null
}
]
}'
"string"