Authorization: Bearer ********************
curl --location --request POST 'https://preprod.api.crego.io/v1/lms/accounts/' \
--form 'crm_lead_id="7c4e2be5-fba2-4917-9b51-733388687091"' \
--form 'program_id="563844d9-bea7-4e36-8a4c-355eb1b1e4fb"'
{
"id": "a0016013-b87f-4dce-a5ae-7f1016a30257",
"created_at": 1718451010.3699992,
"updated_at": 1718451010.693735,
"crm_lead_id": "7c4e2be5-fba2-4917-9b51-733388687091",
"ref_id": "CL2POG4A",
"los_account_id": null,
"program_id": "563844d9-bea7-4e36-8a4c-355eb1b1e4fb",
"product_type": "scf",
"tags": [],
"status": "pending_disbursement",
"remark": null,
"writeoff_remark": null,
"excess_payment": "adjust",
"ledger_interest_calculation": "EOD",
"freeze_accounting_interval": "monthly_end",
"npa_dpd": 90,
"default_component_order": "PI-OI-NI-P",
"npa_component_order": "",
"default_settlement_order": "due_date_first",
"freeze_accounting_days": 0,
"stop_daily_accruals": false,
"is_gl_active": true,
"decimal_points": 0
}