Skip to content

Instantly share code, notes, and snippets.

@erop
Created April 27, 2021 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erop/7483b8be2ac98f8170203c4e7dbdb05f to your computer and use it in GitHub Desktop.
Save erop/7483b8be2ac98f8170203c4e7dbdb05f to your computer and use it in GitHub Desktop.
POST http://localhost:8000/api/documents
Content-Type: application/json
{
"payload": {
"type": "passport",
"firstName": "Ivan",
"lastName": "Ivanov",
"citizenship": "Russia",
"series": "XC",
"number": "123456"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment