This commit is contained in:
2025-12-18 23:03:26 +09:00
commit ce402ef828
95 changed files with 4704 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
### GET request to example server
POST http://localhost:8010/api/login
Content-Type: application/json
{
"bizNo": "111-11-11111",
"pwd": "kospo2025!"
}
###