curl --request PUT \
--url https://api.raul.ugps.io/api/v1/credits/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"is_active": true,
"currency": "CLP",
"current_installment": 123,
"current_installment_date": "2026-01-10"
}
'