{
"username": "string",
"password": "string"
}curl --location '/api/v1/robot/login/a16?id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string"
}'{
"code": 0,
"message": "string",
"data": {
"authSectResp": {
"uin": 0
}
}
}