Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/forums/replies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"postId": "string",
"content": "string",
"parentReplyId": "string"
}'{
"id": "reply-001",
"postId": "post-001",
"content": "Recursion is when a function calls itself...",
"author": "John Doe",
"createdAt": "2024-01-20T10:45:00Z"
}