Files
MeowSpool/backend/bruno-routes/MewoSpool/Auth/Login.yml
T
2026-03-14 19:45:08 -03:00

22 lines
337 B
YAML

info:
name: Login
type: http
seq: 2
http:
method: POST
url: https://meowspool.felipecncloud.com/api/v1/auth/login
body:
type: json
data: |-
{
"email": "felipe@felipecncloud.com",
"password": "12345678"
}
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5