curl --location --request PUT 'https://4sapi.com/api/user/setting' \
--header 'Authorization: {{Access-Token}}' \
--header 'New-Api-User: {{UserName}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"notify_type": "email",
"quota_warning_threshold": 32,
"notification_email": "emali@163.com"
}'{
"data": null,
"message": "string",
"success": true
}