Created
April 27, 2021 18:01
-
-
Save erop/7483b8be2ac98f8170203c4e7dbdb05f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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