Files
playtomic-wrapper/tournme/new/api-collection/tournme-be/Authentication/Login.bru
2026-01-31 13:49:56 +01:00

19 lines
173 B
Plaintext

meta {
name: Login
type: http
seq: 2
}
post {
url: {{baseUrl}}/auth/login
body: json
auth: inherit
}
body:json {
{
"email": "",
"password": ""
}
}