-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
58 lines (58 loc) · 1.53 KB
/
db.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
48
49
50
51
52
53
54
55
56
57
58
{
"login":
{
"success": true,
"message": "User logged in successfully",
"data": {
"first_name": "Dinesh",
"last_name": "Kachhot",
"token": "fsdoiewerio09402340ioscdsojdcsjl"
}
},
"registration": {
"success": true,
"message": "User registered successfully",
"data": {
"first_name": "Dinesh",
"last_name": "Kachhot",
"token": "fsdoiewerio09402340ioscdsojdcsjl"
}
},
"forgot_password": {
"success": true,
"message": "User change passwork link is sent on your mail successfully",
"data": {
}
},
"players": [
{
"name": "Cristiano Ronaldo",
"Position": "Center Forward",
"image": "https://i0.wp.com/www.leoranews.com/wp-content/uploads/2022/12/Cristiano-Ronaldo-001.jpg?w=640&ssl=1"
},
{
"name": "Lional Messi",
"Position": "Center Forward",
"image": "https://img.olympicchannel.com/images/image/private/t_s_w1620/t_s_16_9_g_auto/f_auto/primary/zwk6cdunv4u9jhh9vhkj"
},
{
"name": "Sergio Remos",
"Position": "Defender",
"image": "https://sporteology.net/wp-content/uploads/2018/05/Sergio-Ramos-Profile.jpg"
},
{
"name": "Wein Roony",
"Position": "Mid Filder",
"image": "https://www.sportzvision.com/images/wayney-roney.jpg"
}
],
"profile": {
"success": true,
"message": "User profile successfully",
"data": {
"first_name": "Dinesh",
"last_name": "Kachhot",
"email": "[email protected]"
}
}
}