10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/login
|
||
|
|
Content-Type: application/json
|
||
|
|
|
||
|
|
{
|
||
|
|
"account": "root",
|
||
|
|
"password": "123456",
|
||
|
|
"workspace": ""
|
||
|
|
}
|
||
|
|
|