{
"success": true,
"data": [
{
"id": 1,
"membership_id": "CM-000001",
"reference_number": "REM-000001",
"investor_id": 5,
"category_id": 1,
"type": "elite",
"status": "active",
"activated_at": "2019-08-24T14:15:22.123Z",
"expires_at": "2019-08-24T14:15:22.123Z",
"cancelled_at": "2019-08-24T14:15:22.123Z",
"cancellation_reason": "string",
"category": {
"id": 0,
"slug": "string",
"name": "string",
"description": "string",
"icon": "string",
"color": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"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
}
}