Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/forums/posts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"courseId": "string",
"title": "string",
"content": "string"
}'{
"id": "post-001",
"title": "How to use recursion?",
"courseId": "course-001",
"author": "John Doe",
"createdAt": "2024-01-20T10:30:00Z"
}