URL:
http://localhost:9999/api/movie/create
Method: POST
Input: a new movie object
Example:
POST
http://localhost:9999/api/movie/create
Params Authorization Headers (9)
Body Scripts
Send
Tests
none form-data x-www-form-urlencoded raw binary
1
{
"title": "New movie",
GraphQL JSON
Cookies
Beautify
3
5
7
8
9
10
11
12
13
14
15
"release": "2024-05-10",
"description": "Praesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus
vel, pede..
"producer": "665f2cce86531e91c6e33c58",
"director": "665f2fcb6b449f0d1437b6f8",
"genres": [
"Comedy","Action"
1.
"stars": [
"665f309c253b0c0839f666f0","665f309c253b0c08391666ee"
Settings
Figure 1 - Send a request to create a new movie
Zoom
+ 100%
Close