Files
aviation/bruno/Users/Register.bru
2025-04-11 00:51:37 -04:00

21 lines
263 B
Plaintext

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