curl --location --request PUT 'https://4sapi.com/api/user/setting' \
--header 'Authorization: user-token' \
--header 'New-Api-User: user-id' \
--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
}