Authorization: ********************{
"message": "明天的私教课请提前10分钟到场签到",
"channel": "push"
}curl --location --request POST 'http://perfit-api.test.muke.design/api/coach/students//notify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "明天的私教课请提前10分钟到场签到",
"channel": "push"
}'{
"code": 200,
"message": "提醒已发送",
"data": []
}