{
"loans": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"borrower_id": "868af9a1-d7c5-48cf-ba53-1aa2d476c3b7",
"title": "string",
"description": "string",
"amount_requested": 0,
"interest_rate": 0,
"repayment_period_months": 0,
"purpose": "string",
"risk_level": "string",
"status": "string",
"amount_funded": 0,
"location_latitude": 0,
"location_longitude": 0,
"location_description": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"disbursement_date": "2019-08-24T14:15:22Z"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"totalPages": 0
}
}