15 lines
199 B
HTTP
15 lines
199 B
HTTP
@Host = http://localhost:5255
|
|
|
|
GET {{Host}}/health
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
POST {{Host}}/api/auth/login
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"userName": "admin",
|
|
"password": "Admin@123456"
|
|
}
|