{
"username": "string",
"password": "string",
"captchaToken": "string",
"captcha": "string",
"shortMessageId": 0,
"shortMessageValue": "string",
"browser": true
}
curl --location --request POST 'https://demo.ujcms.com/api/auth/jwt/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"captchaToken": "string",
"captcha": "string",
"shortMessageId": 0,
"shortMessageValue": "string",
"browser": true
}'
{
"status": 0,
"result": {
"property1": {},
"property2": {}
},
"message": "string",
"exception": "string"
}