Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/admin/reviews/' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"id": 88,
"user_id": 1,
"target_type": "coach",
"target_id": 2,
"rating": 4,
"comment": "私教课程强度适中",
"status": "pending",
"created_at": "2024-01-11T10:00:00Z"
}
}