-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitializer.json
More file actions
63 lines (63 loc) · 1.87 KB
/
initializer.json
File metadata and controls
63 lines (63 loc) · 1.87 KB
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
[
{
"httpRequest": {
"method": "POST",
"path": "/auth/login"
},
"httpResponse": {
"statusCode": 200,
"body": "{\"accessToken\": { \"value\": \"eyJuYW1lSWRlbnRpZmllciI6Im1haWxAbWFpbC5ydSIsImNvcnBvcmF0ZUVtYWlsIjoibWFpbEBtYWlsLnJ1IiwidGVuYW50SWQiOiIxIiwiYWNjb3VudElkIjoiMyIsImVtcGxveWVlSWQiOiIyIiwgICJwZXJtaXNzaW9ucyI6IFsiVmlld1BlcnNvbmFsUHJvZmlsZSIsIlZpZXdDb250YWN0cyIsIlZpZXdTYWxhcnlBbmREb2N1bWVudHNEYXRhIiwiRWRpdEZ1bGxFbXBsb3llZXNEYXRhIiwiQWNjZXNzQW5hbHl0aWNhbEZvcmVjYXN0c1BhZ2UiLCJWaWV3QWNjb3VudHMiLCJNYW5hZ2VBY2NvdW50cyIsIlZpZXdSb2xlcyIsIk1hbmFnZVJvbGVzIiwiQ2FuUmVxdWVzdENvbXBlbnNhdGlvbnMiLCJDYW5NYW5hZ2VDb21wZW5zYXRpb25zIiwiQ2FuTWFuYWdlQm9va3MiLCJDYW5NYW5hZ2VEb2N1bWVudHMiLCJDYW5NYW5hZ2VUZW5hbnRzIiwiSXNUZW5hbnRzSGFyZERlbGV0ZUFsbG93ZWQiLCJJc0FjY291bnRzSGFyZERlbGV0ZUFsbG93ZWQiLCJJc0Jvb2tzSGFyZERlbGV0ZUFsbG93ZWQiXX0=\" }}",
"headers": {
"Content-Type": [ "application/json" ]
}
}
},
{
"httpRequest": {
"method": "POST",
"path": "/api/auth/register"
},
"httpResponse": {
"statusCode": 200,
"headers": {
"Content-Type": [ "application/json" ]
}
}
},
{
"httpRequest": {
"method": "POST",
"path": "/internal/create-employee"
},
"httpResponse": {
"statusCode": 200,
"headers": {
"Content-Type": [ "application/json" ]
}
}
},
{
"httpRequest": {
"method": "POST",
"path": "/api/auth/delete-user"
},
"httpResponse": {
"statusCode": 200,
"headers": {
"Content-Type": [ "application/json" ]
}
}
},
{
"httpRequest": {
"method": "POST",
"path": "/internal/delete-employee"
},
"httpResponse": {
"statusCode": 200,
"headers": {
"Content-Type": [ "application/json" ]
}
}
}
]