curl --location --request POST 'https://hs-receiver-app-development.iorq.com.br/api/installment/settle' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fund_id": "374485cf-f6df-467c-b91d-9f14082c6f36",
"originator_proposal_code": "34586674",
"code": "1",
"nosso_numero": "1001",
"paid_amount": 541.62,
"payment_date": "2025-02-10"
}'