curl --request POST \
--url https://demoapi.saasphereltd.com/api/v1/loans/list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customer_id": "CUST001",
"status": [
5,
7
],
"start_date": "<any>",
"end_date": "<any>"
}
'