Authorization: Bearer ********************{
"userId": 1024,
"templateCode": "USER_SEND",
"templateParams": {
"property1": {},
"property2": {}
}
}curl --location '/rpc-api/system/notify/send/send-single-member' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": 1024,
"templateCode": "USER_SEND",
"templateParams": {
"property1": {},
"property2": {}
}
}'{
"code": 0,
"data": 0,
"msg": "string"
}