{ "financialReceiptRequestDTO ": {}, "receiptFile ": "string" }
curl --location --request POST 'api/v1/oneos/measurement//installments//payment-receipts' \ --header 'Content-Type: application/json' \ --data-raw '{ "financialReceiptRequestDTO ": {}, "receiptFile ": "string" }'
{ "paymentDate": "2022-08-22", "amount": 900.38, "description": "Alguma descrição relevante do pagamento", "id": 0, "receiptFileBase64": "string" }