Authorization: Bearer ********************
curl --location --request POST 'https://preprod.api.crego.io/v1/lms/records/bulk_create/' \
--header 'Authorization: Bearer <token>' \
--form 'file=@"/Users/abhishek/Downloads/Bulk Repayment Create.xlsx"' \
--form 'apply="true"'
{}