finnow/finnow-api/bruno-api/Finnow/Auth/Register.bru

20 lines
198 B
Plaintext

meta {
name: Register
type: http
seq: 2
}
post {
url: {{base_url}}/register
body: json
auth: none
}
body:json {
{
"username": "testuser",
"password": "testpass"
}
}