{
"success": true,
"data": {
"service": {
"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": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"competency_tests": {
"data": [
{
"id": 1,
"name": "Basic Electrical Safety Test",
"url": "https://example.com/test/123",
"duration": 120,
"sub_service_id": 1,
"sub_service_name": "Residential Wiring",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"page": 1,
"per_page": 20,
"total_count": 100,
"total_pages": 5,
"prev_page": null,
"next_page": 2
}
}
}
}
}