{
"uid": "string",
"userType": 0
}curl --location --request POST 'https://apip2.xuance365.com/javamessage//token/get-user-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "string",
"userType": 0
}'{
"code": 0,
"msg": "",
"data": {
"token": "",
"expiresInMs": 0
}
}