This commit is contained in:
2026-07-24 12:42:51 +08:00 Unverified
commit 67905dfa16
56 changed files with 7630 additions and 0 deletions
+14
View File
@@ -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"
}