curl --location --request POST 'https://api.gomessage.id/eip/partner/channel/3cb69db1-c410-4b83-8d37-84b823be9c06/conversation' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientMessageId": "3cb69db1-c410-4b83-8d37-84b823be9c06",
"messages": [
{
"receiver": "3cb69db1-c410-4b83-8d37-84b823be9c06",
"type": "text",
"suggestions": [
{
"action": "reply",
"text": "example",
"postbackData": "example - If action type is open_url. this value must be url"
}
],
"data": {
"message": "Hi, this is text message."
}
}
]
}'