mirror of
https://github.com/kevin-DL/phoenix_api_template.git
synced 2026-01-14 11:54:40 +00:00
Create user
Create profile added some validation
This commit is contained in:
10
test_requests/register.http
Normal file
10
test_requests/register.http
Normal file
@@ -0,0 +1,10 @@
|
||||
POST http://localhost:4000/api/users HTTP/1.1
|
||||
content-type: application/json
|
||||
|
||||
{
|
||||
"quotation": {
|
||||
|
||||
"author": "Dennis Ritchie",
|
||||
"text": "The only way to learn a new programming language is by writing programs in it"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user