-
Notifications
You must be signed in to change notification settings - Fork 0
/
sakin-ticket.postman_collection.json
75 lines (75 loc) · 1.64 KB
/
sakin-ticket.postman_collection.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
66
67
68
69
70
71
72
73
74
75
{
"info": {
"_postman_id": "cf676c2f-58c1-436a-8bfa-90d78e944431",
"name": "sakin-ticket",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "ticket-add",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"department_id\": 1,\n \"importance\": 3,\n \"title\": \"Ticket Title\",\n \"message\": \"Ticket Message\",\n \"name\": \"Example Guest\",\n \"email\": \"[email protected]\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://example.com/api/ticket/add?_token=$2y$10$dAKMaMZEfJ/fc5dOKmRo8.mKDU7pqAE4lQrxFeF2viW3XEZtvaGPe",
"protocol": "http",
"host": [
"example",
"com"
],
"path": [
"api",
"ticket",
"add"
],
"query": [
{
"key": "_token",
"value": "$2y$10$dAKMaMZEfJ/fc5dOKmRo8.mKDU7pqAE4lQrxFeF2viW3XEZtvaGPe"
}
]
}
},
"response": []
},
{
"name": "department-list",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://example.com/api/department/list?_token=$2y$10$dAKMaMZEfJ/fc5dOKmRo8.mKDU7pqAE4lQrxFeF2viW3XEZtvaGPe",
"protocol": "http",
"host": [
"example",
"com"
],
"path": [
"api",
"department",
"list"
],
"query": [
{
"key": "_token",
"value": "$2y$10$dAKMaMZEfJ/fc5dOKmRo8.mKDU7pqAE4lQrxFeF2viW3XEZtvaGPe"
}
]
}
},
"response": []
}
]
}