{
"success": true,
"data": [
{
"id": 1,
"name": "Medical Check-up",
"status": "active",
"icon": "https://example.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaEFCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1234567890abcdef/medical_checkup_icon.png",
"created_at": "2025-12-01T10:00:00Z",
"updated_at": "2025-12-07T11:30:00Z"
},
{
"id": 2,
"name": "Laboratory Services",
"status": "active",
"icon": "https://example.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaEFCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0987654321fedcba/lab_services_icon.png",
"created_at": "2025-12-02T09:00:00Z",
"updated_at": "2025-12-06T14:20:00Z"
}
],
"meta": {
"page": 1,
"per_page": 20,
"total_count": 15,
"total_pages": 1,
"prev_page": null,
"next_page": null
}
}