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