Spaces:
Runtime error
Runtime error
File size: 147 Bytes
36a4021 |
1 2 3 4 5 6 7 8 9 |
### login
POST http://127.0.0.1:8080/platform/login
Content-Type: application/json
{
"username": "{{username}}",
"password": "{{password}}"
}
|