Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/forums/posts/' \
--header 'Authorization: Bearer <token>'{
"id": "post-001",
"title": "How to use recursion?",
"content": "I am trying to understand recursion...",
"author": "John Doe",
"createdAt": "2024-01-20T10:30:00Z",
"replies": 3,
"status": "active"
}