Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/forums/courses//posts?page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "post-001",
"title": "How to use recursion?",
"author": "John Doe",
"replies": 3,
"createdAt": "2024-01-20T10:30:00Z"
}
],
"page": 1,
"limit": 20,
"total": 45
}