{
"title": "string",
"type": "string",
"summary": "string",
"link": "string",
"picture": "string",
"content": "string",
"wxUserIds": "string"
}curl --location --request POST '/open-api/operation/wx-notify/create' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"type": "string",
"summary": "string",
"link": "string",
"picture": "string",
"content": "string",
"wxUserIds": "string"
}'{
"code": 0,
"msg": "string",
"data": "string",
"requestId": "string"
}