"http://localhost:3333"chrome://vivaldi-webui/startpage?section=Speed-dials&background-color=#2e2f37
"Content-Type: application/json
User-Agent: Emacs30"GET :host/hello
:headers
GET :host/api/v1/user/1000
:headers
GET :host/api/v1/users
:headers
POST :host/api/v1/user
:headers
{
"pk_user_id" : 1001,
"username" : "Jayden1"
}
PATCH :host/api/v1/user
:headers
{
"id" : 1000,
"username" : "new Jayden"
}
DELETE :host/api/v1/user/1002
:headers
POST :host/api/v1/course
:headers
{
"pk_course_id" : 303322,
"title" : "Course 4",
"description" : "Description course 1"
}