cURL
curl --request POST \ --url https://api.unpay.in/v1/lending/loan/apply \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "borrower_id": "<string>", "amount": 123, "tenure": 123 } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Application submitted