18 lines
208 B
Text
18 lines
208 B
Text
meta {
|
|
name: login
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/user/login
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"password": "Test!?1Test!?1",
|
|
"email": "test@creations.works"
|
|
}
|
|
}
|