{
"success": true,
"data": [
{
"id": 1,
"unit_id": 5,
"unit_name": "Downtown Office Tower",
"period": "2024-Q1",
"type": "monthly",
"gross_amount": 5000,
"net_amount": 4750,
"fees": 250,
"status": "pending",
"distributed_at": "2024-04-01T09:00:00+00:00",
"created_at": "2024-03-31T10:00:00+00:00"
}
],
"links": {
"first": "http://localhost:8000/api/v1/categories?page=1",
"last": "http://localhost:8000/api/v1/categories?page=3",
"prev": null,
"next": "http://localhost:8000/api/v1/categories?page=2"
},
"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
}
}