{
"accumulate": 6,
"checkin_remind": true,
"morning": 6,
"night": 16,
"sustain": 6
}curl --location --request PUT 'https://ccrm-app.shanshu.work:6001/api/v1/user/setting' \
--header 'Content-Type: application/json' \
--data-raw '{
"accumulate": 6,
"checkin_remind": true,
"morning": 6,
"night": 16,
"sustain": 6
}'{
"code": 0,
"data": null,
"msg": "ok"
}