Authorization: Bearer ********************curl --location --request GET 'https://api.ogoship.com/api/channel-events//templates' \
--header 'Authorization: Bearer <token>'[
{
"name": "string",
"code": "string",
"description": "string",
"options": [
{
"optionTypes": [
{
"key": "string",
"value": "string"
}
],
"name": "string",
"code": "string",
"type": "Channel"
}
]
}
]