curl --location --request POST '/api/AbaComplementar/Pagamento' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"projetoId": 0,
"statusId": 0,
"contratoId": 0,
"financiamentoId": 0,
"formaPagamentoId": 0,
"dataVencimento": "2019-08-24T14:15:22Z",
"vendaId": 0
}'