-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
37 lines (37 loc) · 941 Bytes
/
db.json
File metadata and controls
37 lines (37 loc) · 941 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
32
33
34
35
36
37
{
"user": [
{
"requestId": 3,
"customerName": "Udit",
"customerEmail": "udit.singh_int@gmail.com",
"customerPhone": "9589415972",
"requestDetails": "detail",
"requestStatus": "OPEN",
"id": "JBgNt97"
},
{
"customerName": "Mohammed",
"customerPhone": "123123123123",
"customerEmail": "xyz@acko.tech",
"requestStatus": "Pending",
"requestDetails": "adasdad",
"id": "gTBjsf4"
},
{
"customerName": "Hriday",
"customerPhone": "7393000668",
"customerEmail": "xyz@gmail.com",
"requestStatus": "Pending",
"requestDetails": "Internet is not working",
"id": "rR09c6V"
},
{
"customerName": "Grover",
"customerPhone": "7393000668",
"customerEmail": "xyz@gmail.com",
"requestStatus": "Pending",
"requestDetails": "Mobile connection shows invalid",
"id": "mt2-6dO"
}
]
}