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