Skip to content

Instantly share code, notes, and snippets.

@iskandarumidov
Last active September 16, 2018 02:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save iskandarumidov/b04270dd01cfd649809b8323a4f2e358 to your computer and use it in GitHub Desktop.
HTTP POST Sample
POST /movies HTTP/1.1
Host: http://www.moviestore123.com
Content-Type: application/json
{
"name": "Sweeney Todd",
"year": "1998",
"rating": "R",
"actors": [
{
"id": "34"
},
{
"id": "12"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment