Empty data received in getting user information
Hi Team, in the past few days, a significant number of requests for user information have been returning empty responses.
For instance, an API request for `/public/check?username=emmaraducanu` returns the following:
```
{
"message": "",
"status": "success",
"userInfo": {
"shareMeta": {},
"stats": {},
"user": {}
}
}
```
Questions:
1. Could you provide an ETA for when this issue might be resolved?
2. In the meantime, are there any temporary workarounds you recommend?
Thank you!