Authorization: Bearer ********************
{ "topic_id": 0, "parent_id": 0, "content": "string", "type": 0, "reply_user_id": 0 }
curl --location --request POST '/comment' \ --header 'Content-Type: application/json' \ --data-raw '{ "topic_id": 0, "parent_id": 0, "content": "string", "type": 0, "reply_user_id": 0 }'
{}