-
Notifications
You must be signed in to change notification settings - Fork 0
/
postman.http
71 lines (56 loc) · 1.26 KB
/
postman.http
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
59
60
61
62
63
64
65
66
67
68
69
70
71
POST http://localhost:3000/auth/login
content-type: application/json
{
"email": "[email protected]",
"password": "lamlamlam"
}
###
POST http://localhost:3000/auth/register
content-type: application/json
{
"username": "[email protected]",
"password": "lamlamlam",
"email":"[email protected]",
"fullName":"Sample",
"phone":"0947123456"
}
###
POST http://localhost:3000/auth/register
content-type: application/json
{
"username": "ptandat1",
"password": "lamlamlam",
"email":"[email protected]",
"fullName":"Pham Tan Dat",
"phone":"0947123456"
}
###
GET http://localhost:3333/auth/getAuth
content-type: application/json
###
GET http://localhost:3000/auth/verify/ptandat2
content-type: application/json
###
POST http://localhost:3000/product/create
Content-Type: application/json
{
"productId": "24",
"productName": "but",
"description": "but muc vang",
"price": "3000",
"total": 3,
"image": "dashdasjkdsa"
}
###
GET http://localhost:3000/product/getProducts
content-type: application/json
###
POST http://localhost:3000/categories/createCategories
content-type: application/json
{
"categoriesId": "2",
"name": "den ngu"
}
###
GET http://localhost:3000/categories/getCategories
content-type: application/json