Comment répondre à une réponse de sujet ?

One topic having multiple replies, login user need to reply to topic reply. (ie. reply user)
any method is available in discourse api ?

Have you tried this?

It should be a simple POST

1 « J'aime »

I have verified in https://docs.discourse.org/#tag/Posts , Method is not available.

1 « J'aime »

The API documentation is incomplete on purpose.

If you follow the link I shared above you’ll see how to figure what is the right command in your case:

POST https://yourdomain.com/posts

# body
raw: 'Your contents'
topic_id: your_topic_id
1 « J'aime »

topic_slug: “how-to-reply-to-topic-reply”, Please share api method for this.