One of our apps has been restricted with the following error:
Error We've restricted this app for violating the Meta Platform Terms and Developer Policies. Read more or appeal
There is no message in the inbox and when going to the Developer Appeals page (https://developers.facebook.com/appeal/), we don't see any way to appeal. The page indicates that "None of your apps are restricted."

We have 2 additional uses cases we want to leverage our App permissions for. We our aware of the purpose limitation in the Meta Terms of Service. So how do we conduct an app review if were not requesting additional permissions to ensure were complying with the terms of service?

I've scoured through Graph API documents and their community forums, but I failed to find what I'm looking for.

I have page_id and post_id of a post that's an ad on Facebook, and I'd like to know the ad_account_id that is used to advertise it, or at least the campaign_id that the post belongs to.

I know the other way around that I could get post id from tracking_specs fields in act_<ad_account_id> endpoint, but is there anyway to get it backward?

Thank you in advance.