I'm trying to send a new message using "https://developers.intercom.com/intercom-api-reference/reference/admin-initiated-conversation" api and i'm sending `create_conversation_without_contact_reply` key as true in the payload but the response received doesn't contain any conversation_id in it as described in api_documentation.
What i trying to do is to get the conversation_id and then instead of sending a new message every time, Send a message as reply to this conversation.
Am i missing something here? Or is there any work around available to handle my scenario?