-
Notifications
You must be signed in to change notification settings - Fork 1
/
profile.json
47 lines (47 loc) · 1.06 KB
/
profile.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"status": "success",
"message": "successful",
"profile": {
"personal_info": {
"first_name": "John",
"last_name": "Doe",
"birthday": "1990-05-15",
"country": "United States",
"city": "New York",
"zip": "10001",
"gender": "Male",
"height": 180,
"weight": 75,
"ethnicity": "Caucasian"
},
"user_info": {
"image_url": "https://img.freepik.com/free-photo/red-white-cat-i-white-studio_155003-13189.jpg",
"profile_completion_percentage": 75,
"total_earnings_this_year": 5000,
"health_state": "Good",
"daily_streak": 30
},
"health_pools": [
{
"status": "Active",
"title": "Weight Loss Challenge",
"from": "2024-01-01",
"to": "2024-03-01",
"health_score": 85,
"prize_fund": 10000,
"participants": 50,
"days_in": 60
},
{
"status": "Completed",
"title": "Fitness Challenge",
"from": "2024-02-01",
"to": "2024-03-01",
"health_score": 90,
"prize_fund": 8000,
"participants": 30,
"days_in": 28
}
]
}
}