Authorization: Bearer ********************
curl --location --request GET 'https://theater-test-api.sylangyue.xyz/api/user/info'
{
"code": 0,
"msg": "string",
"data": {
"c": "string",
"vip": {
"status": true,
"expired_at": 0
}
}
}