token: ********************
curl --location --request GET 'http://cmi-api.gleg.site/api/fund-companies?page&per_page&code&audit_status&start_date&end_date' \
--header 'token;'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"project_id": 0,
"company_id": 0,
"code": "string",
"loan": "string",
"is_over_limit": true,
"over_limit_reason": null,
"borrower": "string",
"handler_id": 0,
"handle_date": 0,
"created_at": 0,
"created_by": 0,
"updated_at": 0,
"updated_by": 0,
"deleted_at": null,
"deleted_by": null,
"project": {
"id": 0,
"project_name": "string",
"project_code": "string",
"available_balance": 0,
"total_loan": 0
},
"available_balance": 0,
"handler": {
"id": 0,
"name": "string",
"mobile": "string"
}
}
]
}
}