{
"bookId": 0,
"type": 0,
"remark": "string"
}curl --location --request POST '/user/remark/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"bookId": 0,
"type": 0,
"remark": "string"
}'{
"code": 0,
"msg": "",
"data": false
}