curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v3/chat/template' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 0,
"key": "string",
"message": "string"
}
]
}