Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/client/courses/' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"id": 1,
"category_id": 1,
"category_name": "瑜伽",
"name": "哈他瑜伽",
"type": "group",
"difficulty": "beginner",
"suitable_groups": [
"初学者",
"女性"
],
"duration": 60,
"description": "适合初学者的瑜伽课程,通过基础的瑜伽体式帮助学员放松身心,提高柔韧性。",
"tags": [
"瑜伽",
"放松",
"基础"
],
"cover_image": "https://example.com/courses/1.jpg",
"status": 1
}
}