{
"captcha": "string",
"checkKey": "string",
"password": "string",
"username": "string"
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/sys/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"captcha": "string",
"checkKey": "string",
"password": "string",
"username": "string"
}'
{
"code": 0,
"message": "string",
"result": {
"property1": {},
"property2": {}
},
"success": true,
"timestamp": 0
}