curl --location --request POST '/get_login_info' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": "ok",
"retcode": 0,
"data": {
"user_id": 0,
"nickname": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}