initial commit
This commit is contained in:
14
notes.md
Normal file
14
notes.md
Normal file
@@ -0,0 +1,14 @@
|
||||
## Example query
|
||||
|
||||
```
|
||||
curl -X POST http://localhost:8080/account/new \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"email":"john@example.com",
|
||||
"first_name":"John",
|
||||
"last_name":"Smith",
|
||||
"address":"123 Main St",
|
||||
"country_code":"US",
|
||||
"password":"letmein"
|
||||
}'
|
||||
```
|
||||
Reference in New Issue
Block a user