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

25 lines
301 B
Plaintext

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