Authorization: Bearer ********************{
"movieId": 0,
"content": "string"
}curl --location --request POST '/api/comments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"movieId": 0,
"content": "string"
}'{
"code": 0,
"message": "",
"data": {
"createTime": "",
"id": 0,
"userId": 0,
"movieId": 0,
"content": ""
}
}