17 lines
321 B
HTTP
17 lines
321 B
HTTP
GET http://localhost:8080/movies
|
|
Accept: application/json
|
|
|
|
###
|
|
POST http://localhost:8080/movies
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"title":"The Addams Family",
|
|
"screenedDate": "2024-02-18T20:30:00.000",
|
|
"releaseYear": 1991,
|
|
"imdbLink": "https://www.imdb.com/title/tt0101272",
|
|
"notes": ""
|
|
}
|
|
|
|
###
|