Authorization: Bearer ********************{
"preferred_style": "string",
"preferred_tone": "string",
"preferred_length": 0,
"preferred_categories": [
"string"
],
"writing_goals": [
"string"
],
"target_audience": "string",
"language_level": "string",
"custom_prompts": {
"property1": "string",
"property2": "string"
},
"ai_model_preferences": {
"property1": "string",
"property2": "string"
},
"notification_settings": {
"property1": true,
"property2": true
}
}curl --location --request PUT '/api/v1/notes/writing-preferences' \
--header 'Content-Type: application/json' \
--data '{
"preferred_style": "string",
"preferred_tone": "string",
"preferred_length": 0,
"preferred_categories": [
"string"
],
"writing_goals": [
"string"
],
"target_audience": "string",
"language_level": "string",
"custom_prompts": {
"property1": "string",
"property2": "string"
},
"ai_model_preferences": {
"property1": "string",
"property2": "string"
},
"notification_settings": {
"property1": true,
"property2": true
}
}'{
"code": 0,
"message": "success",
"data": null
}