Question About Creating Comments via Ghost API

I’m currently working on a project using Ghost in a headless setup, where I’m consuming content via the API and managing custom frontend/backend logic.

I wanted to ask if there is any official or recommended way to create comments on posts programmatically using an API.

I couldn’t find any documented endpoint for creating comments via the Admin API or Members API.

Could you please clarify:

1. Is there any supported API endpoint to create comments on posts?

2. If not, is there a recommended approach for handling comments in a headless Ghost setup?