Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/admin/courses' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"category_id": 1,
"category_name": "瑜伽",
"name": "哈他瑜伽",
"type": "group",
"difficulty": "beginner",
"duration": 60,
"status": 1,
"created_at": "2024-01-01T10:00:00Z"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 50,
"last_page": 4
}
}