bruno_template/api/auth/login.bru
2025-03-19 19:00:41 -04:00

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