Authorization: ********************{
"content": "偏好早上课程,膝盖旧伤"
}curl --location --request POST 'http://perfit-api.test.muke.design/api/admin/members//notes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "偏好早上课程,膝盖旧伤"
}'{
"code": 200,
"message": "备注已保存",
"data": []
}