forked from ddrilling/AsbCloudServer
12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
|
@baseUrl = http://127.0.0.1:5000
|
||
|
@contentType = application/json
|
||
|
|
||
|
## Auth
|
||
|
POST {{baseUrl}}/auth/login
|
||
|
Content-Type: {{contentType}}
|
||
|
accept: */*
|
||
|
|
||
|
{
|
||
|
"login": "dev",
|
||
|
"password": "Rp7gsNMk"
|
||
|
}
|