-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequests.http
More file actions
27 lines (22 loc) · 874 Bytes
/
Copy pathrequests.http
File metadata and controls
27 lines (22 loc) · 874 Bytes
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
###
POST http://localhost:8000/auth/users/
Content-Type: application/json
{
"username": "test",
"password": "lsjafw39hfd"
}
###
POST http://localhost:8000/auth/jwt/create/
Content-Type: application/json
{
"username": "test",
"password": "lsjafw39hfd"
}
###
GET http://localhost:8000/api/adds/
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzIxNjUxNzA2LCJqdGkiOiIwZDRmZjM1OGFlODg0MTUzODc3ZDRhZWNhODRiOTMwNiIsInVzZXJfaWQiOjF9.fTyYo9u5VwBqvGnYrSwNzyJepx2IQMGv8CyJGxQK4oA
###
GET http://localhost:8000/api/adds/1
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzIxNjUxNzA2LCJqdGkiOiIwZDRmZjM1OGFlODg0MTUzODc3ZDRhZWNhODRiOTMwNiIsInVzZXJfaWQiOjF9.fTyYo9u5VwBqvGnYrSwNzyJepx2IQMGv8CyJGxQK4oA