Authorization: ********************{
"title": "string",
"content": "string",
"targetType": "ALL",
"userIds": [
0
]
}curl --location 'http://localhost:8080/admin/notification/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"content": "string",
"targetType": "ALL",
"userIds": [
0
]
}'{
"code": 0,
"message": "string",
"data": {
"batchId": "string",
"sentCount": 0
}
}