curl --location --request PATCH 'https://hs-receiver-app-development.iorq.com.br/api/loan/status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fund_id": "374485cf-f6df-467c-b91d-9f14082c6f36",
"originator_proposal_code": "34586674",
"status": "signed_renegotiation"
}'