{
"success": true,
"data": [
{
"id": 1,
"unit_id": 5,
"investor_id": 1,
"percentage": 2.5,
"estimated_amount": 125000,
"management_fee": 2500,
"management_fee_percentage": 2,
"net_amount": 122500,
"status": "pending",
"created_at": "2024-01-20T10:30:00+00:00",
"unit": {
"id": 5,
"code": "UNIT-0005",
"name": "Downtown Office Tower"
},
"rejection_reason": null,
"updated_at": "2024-01-20T10:30:00+00:00"
}
],
"meta": {
"current_page": 1,
"from": 1,
"last_page": 3,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "http://localhost:8000/api/v1/categories",
"per_page": 15,
"to": 15,
"total": 42
}
}