-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIOS-Instagram.postman_collection_v2.json
65 lines (65 loc) · 2.1 KB
/
IOS-Instagram.postman_collection_v2.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
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
{
"info": {
"_postman_id": "95f6df6c-1e1e-4d75-083b-fd0174e86098",
"name": "IOS-Instagram",
"description": "IOS Instagram Training",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "login",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "email",
"value": "[email protected]",
"type": "text"
},
{
"key": "password",
"value": "123456",
"type": "text"
}
]
},
"url": "https://run.mocky.io/v3/603ceccd-84fc-4d0d-89a3-f40140e729f4",
"description": "login"
},
"response": []
},
{
"name": "register",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "username",
"value": "nhudang",
"type": "text"
},
{
"key": "fullname",
"value": "nhu van dang",
"type": "text"
},
{
"key": "password",
"value": "123456",
"type": "text"
}
]
},
"url": "https://run.mocky.io/v3/255afa3f-ffb8-4d97-8bc2-2dc397d611dc",
"description": "register"
},
"response": []
}
]
}