19 lines
204 B
Text
Executable file
19 lines
204 B
Text
Executable file
meta {
|
|
name: login
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/api/auth/login
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username": "creations",
|
|
"email": "",
|
|
"password": ""
|
|
}
|
|
}
|