{
"alert_wechat_config": {
"api_url": "string",
"api_secret": "string",
"enabled": true,
"corp_id": "string",
"agent_id": "string",
"rsa_key_id": "string"
},
"alert_wechat_send": {
"Body": "string",
"to": [
{
"wechat_contact_type": "string",
"contact_id": "string"
}
]
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v1/alert-wechats/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"alert_wechat_config": {
"api_url": "string",
"api_secret": "string",
"enabled": true,
"corp_id": "string",
"agent_id": "string",
"rsa_key_id": "string"
},
"alert_wechat_send": {
"Body": "string",
"to": [
{
"wechat_contact_type": "string",
"contact_id": "string"
}
]
}
}'{
"Code": 0
}