Files
lst/LogisticsSupportTool_API_DOCS/app/auth/Register.bru

26 lines
305 B
Plaintext

meta {
name: Register
type: http
seq: 2
}
post {
url: {{url}}/lst/api/user/register
body: json
auth: inherit
}
body:json {
{
"username":"matthes01",
"name":"blake",
"email":"blake.matthes@alpla.com",
"password":"nova0511"
}
}
settings {
encodeUrl: true
timeout: 0
}