Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/client/profile' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"id": 1,
"user_id": 1,
"real_name": "张三",
"gender": "male",
"birthday": "1990-01-01",
"height": 175.5,
"weight": 70,
"avatar": "https://example.com/avatars/1.jpg",
"address": "北京市朝阳区xxx街道",
"emergency_contact_name": "李四",
"emergency_contact_phone": "13900139000",
"fitness_goals": "减脂增肌",
"medical_history": "无"
}
}