21 lines
264 B
Plaintext
21 lines
264 B
Plaintext
meta {
|
|
name: Register
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{BASE_URL}}/account/register
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "john.doe@gmail.com",
|
|
"password": "fake_password123",
|
|
"first_name": "John",
|
|
"last_name": "Doe"
|
|
}
|
|
}
|