curl --location --request GET 'https://api.gomessage.id/eip/partner/channel/3cb69db1-c410-4b83-8d37-84b823be9c06/template' \
--header 'apiKey: <api-key>'{
"rows": [
{
"publicId": "8478556b-cfa8-467a-8805-7c66bb7f4b8a",
"name": "RCS Test",
"description": "RCS Test",
"status": "4",
"message": {
"type": "STANDALONE",
"orientation": "HORIZONTAL",
"imageAlign": "LEFT",
"richCards": [
{
"title": "Rich card title",
"description": "Rich card description",
"image": "Rich card image url",
"suggestions": [
{
"action": "reply",
"text": "example",
"postbackData": "example - If action type is open_url. this value must be url"
}
]
}
]
}
}
],
"count": 2
}