-
Notifications
You must be signed in to change notification settings - Fork 0
/
send.http
39 lines (25 loc) · 882 Bytes
/
send.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
GET http://127.0.0.1:8000/api/v1/genres/
Content-Type: application/json
###
GET http://127.0.0.1:8000/api/v1/categories/
Content-Type: application/json
###
GET http://127.0.0.1:8000/api/v1/titles/
Content-Type: application/json
###
POST http://127.0.0.1:8000/api/v1/titles/
Content-Type: application/json
{
"name": "Моцарт - Туfdgfgfdkhmkmkцклий марш",
"year": 2012,
"description": "",
"genre": ["ballad", "western"],
"category": "movie"
}
###
DELETE http://127.0.0.1:8000/api/v1/categories/book/
Content-Type: application/json
###
GET http://127.0.0.1:8000/api/v1/groups/
Content-Type: application/json
Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjU2NjI4MjQwLCJqdGkiOiJhZWJjMTFkNDAyOWQ0Y2U4ODExZmM1YzQ3ZDI2NjE4MCIsInVzZXJfaWQiOjF9.3j8ZQ93nRYEkOClMU82K4SVgIqX4yj9j_9TEhUpEuTU