Posts under category Facebook Graph API

Hello everyone,
I'm currently working on a project where I need to fetch all ads along with their comments.
However, I'm facing issues retrieving the comments. I've tried using the endpoint /ads_posts with the query parameter fields={comments}.
I also experimented with adding &include_inline_create=true to potentially include comments in the response, but that didn't work either:
Despite these attempts, I'm unable to see any of the comments in the response. Has anyone encountered a similar issue or have suggestions on what I might be doing wrong? Any insights or alternative approaches to retrieve both ads and their associated comments would be greatly appreciated.
Thank you in advance for your help!

While sending messages from our whatsapp number to any number, we are not receiving any message and we are getting "Messaging may be unavailable. Review issue" on WhatsApp API Setup but on clicking on "Review Issue" just opens the WhatsApp manager and we cannot see any issue there. The messaging API is working only with 1 or 2 random mobile numbers. Please check the attached screenshot and suggest what could possibly be the issue in this case.
Curl: curl --request POST \ --url https://graph.facebook.com/v19.0//messages \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "", "type": "text", "text": { "body": "Greetings from Channelplay!!" } }'
-> Message not received on any mobile number
Health Status: { "health_status": { "can_send_message": "AVAILABLE", "entities": [ { "entity_type": "PHONE_NUMBER", "id": "200XXXXXXX789", "can_send_message": "AVAILABLE" }, { "entity_type": "WABA", "id": "198XXXXXXX101", "can_send_message": "AVAILABLE" }, { "entity_type": "BUSINESS", "id": "108XXXXXX568", "can_send_message": "AVAILABLE" }, { "entity_type": "APP", "id": "310XXXXXXX862", "can_send_message": "AVAILABLE" } ] }, "id": "200XXXXXXX789" }