Managing DorisFE OPEN APILogin ActionOn this pageLogin ActionLogin ActionRequestPOST /rest/v1/loginDescriptionUsed to log in to the service.Path parametersNoneQuery parametersNoneRequest bodyNoneResponseLogin success{ "msg": "Login success!", "code": 200}Login failure{ "msg": "Error msg...", "code": xxx, "data": "Error data...", "count": 0}