"string"
curl --location --request POST 'http://localhost:8081/xcxLogin' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
{
"code": 0,
"msg": "string",
"data": {
"property1": {},
"property2": {}
}
}