curl --location --request PUT 'https://fva.hygc.site/api/notification/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"type": 0,
"scope": 0,
"scope_ids": [
"string"
],
"priority": 0,
"expire_time": "string"
}'null