-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmockResponse.json
More file actions
31 lines (31 loc) · 891 Bytes
/
mockResponse.json
File metadata and controls
31 lines (31 loc) · 891 Bytes
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
{
"name": "Rohini",
"email": "roh3290a@gmail.com",
"password": "HalogenIsTheBest2021",
"palettes": [
{
"outerRingColor": "#E20074",
"innerRingColor": "#40E0D0",
"ringColor": "#FFFFFF",
"ringName": "Office Morning",
"innerRingGradient": true,
"favoriteRingOrder": "3"
},
{
"outerRingColor": "#FFFFFF",
"innerRingColor": "#71c78a",
"ringColor": "#E67687",
"ringName": "Overhead Light",
"innerRingGradient": false,
"favoriteRingOrder": "1"
},
{
"outerRingColor": "#40E0D0",
"innerRingColor": "#a1a1a1",
"ringColor": "#ebdaf2",
"ringName": "Afternoon",
"innerRingGradient": false,
"favoriteRingOrder": "2"
}
]
}