mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-12 21:30:35 +01:00
18 lines
213 B
Text
18 lines
213 B
Text
meta {
|
|
name: login
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:3000/api/v1/auth/login
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "admin@fosrl.io",
|
|
"password": "Password123!"
|
|
}
|
|
}
|