-
Notifications
You must be signed in to change notification settings - Fork 2
/
db.json
36 lines (36 loc) · 1.29 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
{
"user": [
{
"email": "ashish@gmail.com",
"username": "Ashish",
"password": "123",
"avatar": "https://media.licdn.com/dms/image/D4D35AQHT3uTfPePafw/profile-framedphoto-shrink_100_100/0/1669003100792?e=1672045200&v=beta&t=DvKIEdVh7fvfmrhrpEz5PDj7jD7NHS_6_rHV4UD_CC8",
"id": 7,
"feedback": "Deliver emails with Mailtrap Email API or SMTP from any application. Monitor deliverability and share stats with the team.User Feedback, Email API for Developers",
"plan": {
"planname": "individual",
"planamount": "$14"
},
"address": {
"Name": "Ashish Pal",
"Company": "Amazon",
"Tax_Inv": "555555441641641",
"Adress": "kunalatchunnaidu peta",
"Cityname": "jalumuru",
"State": "Andhra Pradesh",
"Country": "IN",
"Zipcode": "532432",
"Contact": "8464963224",
"Mail": "ashish@gmail.com"
},
"carddetials": "6649646464646464"
},
{
"email": "yendavamshikrishna123@gmail.com",
"username": "Vamshi",
"password": "Vamshi@111047",
"avatar": "https://media.licdn.com/dms/image/D4E03AQHRnp7JmOGkZw/profile-displayphoto-shrink_100_100/0/1665719590293?e=1677110400&v=beta&t=EX10D-MWbaonpBVCIX9_66rqQtEsLforX0cGUsSDakU",
"id": 8
}
]
}