{
"userId": 1,
"userType": 1,
"templateCode": "01",
"templateParams": {
"property1": {},
"property2": {}
}
}curl --location --request POST '/admin-api/system/notify-template/send-notify' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1,
"userType": 1,
"templateCode": "01",
"templateParams": {
"property1": {},
"property2": {}
}
}'{
"code": 0,
"data": 0,
"msg": "string"
}