Receiving 403 errors

Receiving 403 errors

In this case we are trying to hit the Get a user's feed posts endpoint (e.g. https://api.tikapi.io/public/posts?secUid={{secUid}}&count={{count}}) with our TikAPI token in the headers.  

And I know I've seen it work for a specific secUid before, but now with the same secUid I get this 403 response:
```
{
    "message": "TikTok Server Error",
    "status": "error",
    "statusCode": 10101
}
```

Here's an example secUid that is currently returning this 403 error: 
MS4wLjABAAAAuEKbEAMcVPPqemOh4n0tWNs125jhscGHm-wUP1vBIzFI6toZk8nZ0UCnImjGv5np

Is there a chance the TikAPI services are having issues right now?  Or would you know how I could debug this error?

Side note: Is these an api status page for TikAPI?

Thank you