curl --location --request POST '/api/Orcamento' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "projetoId": 0, "valorTotal": 0 }'