session: ********************New-Api-User: ********************Authorization: Bearer ********************New-Api-User: ********************{
"notify_type": "string",
"quota_warning_threshold": 0,
"webhook_url": "string",
"notification_email": "string"
}curl --location --request PUT 'https://api.147ai.cn/api/user/setting' \
--header 'New-Api-User: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"notify_type": "string",
"quota_warning_threshold": 0,
"webhook_url": "string",
"notification_email": "string"
}'