Authorization: ********************{
"specialty": "瑜伽、普拉提、拉伸",
"status": 1,
"tags": [
"减脂",
"康复"
]
}curl --location --request PUT 'http://perfit-api.test.muke.design/api/admin/coaches/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"specialty": "瑜伽、普拉提、拉伸",
"status": 1,
"tags": [
"减脂",
"康复"
]
}'{
"code": 200,
"message": "教练资料已更新",
"data": []
}