{
"success": true,
"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
}
}