{
"id": 0,
"name": "string",
"type": "string",
"desc": "string",
"webhook": "string",
"email": {
"from": "string",
"host": "string",
"secret": "string",
"nickname": "string",
"port": 0,
"isSsl": 0
},
"app": {
"appID": "string",
"appKey": "string",
"appSecret": "string"
},
"sms": {
"type": "string",
"accessKeyID": "string",
"accessKeySecret": "string",
"appID": "string",
"appKey": "string"
}
}
curl --location --request POST '/api/v1/system/notify/channel/create' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"type": "string",
"desc": "string",
"webhook": "string",
"email": {
"from": "string",
"host": "string",
"secret": "string",
"nickname": "string",
"port": 0,
"isSsl": 0
},
"app": {
"appID": "string",
"appKey": "string",
"appSecret": "string"
},
"sms": {
"type": "string",
"accessKeyID": "string",
"accessKeySecret": "string",
"appID": "string",
"appKey": "string"
}
}'
{
"code": "200",
"msg": "string",
"data": {
"id": 0
}
}