Files
aviation/bruno/Users/Register.bru

21 lines
261 B
Plaintext

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