Go-TestAPI/brunoTest/golang-test/User/Login.bru

19 lines
179 B
Plaintext
Raw Permalink Normal View History

2024-06-07 12:52:30 +00:00
meta {
name: Login
type: http
seq: 2
}
post {
url: {{host}}/login
body: json
auth: none
}
body:json {
{
"email": "user@example.com",
"password": "1"
}
}