Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/forums/posts//replies?page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"postId": "post-001",
"replies": [
{
"id": "reply-001",
"content": "Recursion is when a function calls itself...",
"author": "Jane Doe",
"createdAt": "2024-01-20T10:45:00Z",
"nestedReplies": 2
}
],
"page": 1,
"limit": 50,
"total": 8
}