forked from kireeti-ai/Snap-dish
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
35 lines (34 loc) · 813 Bytes
/
readme.txt
File metadata and controls
35 lines (34 loc) · 813 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
{
"admin": {
"firstName": "Admin”
"lastName": "User",
"email": "admin@snapdish.com",
"password": "Admin@123456",
"phone_number": "+91-9876543210",
"role": "admin"
},
"restaurantOwner": {
"firstName": "Restaurant",
"lastName": "Owner",
"email": "owner@restaurant.com",
"password": "Owner@123456",
"phone_number": "+91-9876543211",
"role": "restaurant_owner"
},
"deliveryAgent": {
"firstName": "Delivery",
"lastName": "Agent",
"email": "delivery@snapdish.com",
"password": "Delivery@123456",
"phone_number": "+91-9876543212",
"role": "delivery_agent"
},
"customer": {
"firstName": "Test",
"lastName": "Customer",
"email": " ",
"password": " ",
"phone_number": "+91-9876543213",
"role": "customer"
}
}