curl --location '/generateSession' \
--header 'authkey;' \
--header 'Content-Type: application/json' \
--data '{
"username": "<username>",
"password": "<password_base16>",
"financial_year": "YYYY-YY",
"borrowerId": "BR-123456789",
"documentId": "03",
"consent": "Y",
"consent_text": "We confirm that we have obtained the consent of the respective customer to fetch their details by using their Bank Statements and the customer is aware of the purpose for which their datais sought for being processed and have given their consent for the same and such consent is currently valid and not withdrawn.",
"type": "string"
}'