Authorization: ********************{
"rating": 5,
"comment": "这个主题很棒!"
}curl --location --request POST 'https://www.html-js.cn/api/template/rateTheme/64f8a1b2c3d4e5f6a7b8c9d0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rating": 5,
"comment": "这个主题很棒!"
}'{
"code": 200,
"message": "success",
"data": {
"ratingId": "64f8a1b2c3d4e5f6a7b8c9d1",
"averageRating": 4.5,
"totalRatings": 10
}
}