Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/client/reviews/' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"id": 1,
"target_type": "coach",
"target_id": 1,
"rating": 5,
"comment": "教练很专业",
"status": "approved",
"created_at": "2024-01-10T10:00:00Z"
}
}