curl --location --request POST '/api/AbaComplementar/ParcelaPagamento' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"dataVencimento": "2019-08-24T14:15:22Z",
"dataPagamento": "2019-08-24T14:15:22Z",
"valorParcela": 0,
"valorPago": 0,
"observacoes": "string",
"pagamentoId": 0,
"statusId": 0,
"formaPagamentoId": 0
}'