kttd/hurl/user-create.hurl

12 lines
186 B
Plaintext
Raw Normal View History

2023-05-17 20:28:22 +04:00
POST http://127.0.0.1:3000/user
Content-Type: application/json
{
"first_name": "Andrey",
"last_name": "Tkachenko",
"email": "andrey@aidev.ru",
"password": "demo123"
}
HTTP 201