Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/certificates/admin/all?page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "cert-001",
"userName": "John Doe",
"courseName": "Python Basics",
"issuedAt": "2024-01-15T10:30:00Z"
}
],
"total": 150,
"page": 1,
"limit": 10
}