Authorization: Bearer ********************
curl --location -g --request PUT 'https://preprod.api.crego.io/v1/lms/topups_groups/{{topup_gropu_id}}' \
--header 'Authorization: Bearer <token>' \
--form 'po_number=""' \
--form 'party_name=""' \
--form 'po_amount=""' \
--form 'limit_amount=""' \
--form 'used_amount=""' \
--form 'po_date=""' \
--form 'po_delivery_date=""' \
--form 'invoice_due_date=""' \
--form 'document_name=""'
{
"id": "7d5c13b6-4ec0-43c6-bbb2-2493160ab821",
"created_at": 1742894768.821285,
"updated_at": 1742894768.822269,
"po_number": "32332",
"party_name": "Ashutosh",
"po_amount": 2433243,
"limit_amount": 234513411,
"used_amount": 0,
"po_date": null,
"po_delivery_date": null,
"invoice_due_date": null,
"document_name": "EMI_Schedules_for_UI (1).xlsx",
"storage_id": "33b48865-e5e7-4e72-b0fa-84c4169fcf12",
"account": "0047f759-ea79-47dd-808e-f4b41ab66bf3"
}