1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@Host = http://localhost:5255
|
||||
|
||||
GET {{Host}}/health
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
|
||||
POST {{Host}}/api/auth/login
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"userName": "admin",
|
||||
"password": "Admin@123456"
|
||||
}
|
||||
Reference in New Issue
Block a user