{
    "message_template": "string",
    "web_hook_url": "string",
    "mps_id": "",
    "name": "",
    "message_type": 0,
    "cron_exp": "",
    "status": 0
}curl --location --request PUT 'http://dev-cn.your-api-server.com/api/v1/wx/message_tasks/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "message_template": "string",
    "web_hook_url": "string",
    "mps_id": "",
    "name": "",
    "message_type": 0,
    "cron_exp": "",
    "status": 0
}'null