We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea1cfa commit 2b36735Copy full SHA for 2b36735
pages/creating-updating-users/creating-updating-users.py
@@ -8,7 +8,7 @@
8
"last_name": "Bob",
9
"mobile": "07842 485 204",
10
"photo": "https://photo_url.com/200/300"
11
- # ...
+ #...
12
}
13
14
requests.post('...', json=data, headers=headers)
0 commit comments