{
"success": true,
"data": [
{
"id": 1,
"status": "verified",
"issued_at": "2025-01-15T09:00:00Z",
"expired_at": "2026-01-15T00:00:00Z",
"institution": "Daikin Indonesia Training Center",
"certificate": "https://example.com/rails/active_storage/blobs/redirect/certificate.pdf",
"certification": {
"id": 1,
"name": "AC Installation Certification",
"description": "Certification for AC installation and maintenance",
"kind": "online",
"duration": 120,
"initiator": "Daikin Indonesia",
"tool_brand": "Daikin",
"tool_type": "Split AC",
"sub_service": {
"id": 1,
"name": "AC Installation"
},
"service": {
"id": 1,
"name": "HVAC"
}
},
"created_at": "2025-01-15T09:00:00Z",
"updated_at": "2025-01-15T09:00:00Z"
}
],
"meta": {
"page": 1,
"per_page": 20,
"total_count": 5,
"total_pages": 1,
"prev_page": null,
"next_page": null
}
}