bruno/user/login.bru
2025-05-11 10:48:01 -04:00

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"
}
}