curl --location --request PATCH 'https://api.kabonshare.com/api/workspaces//ai-settings' \
--header 'Content-Type: application/json' \
--data '{
"captionType": "string",
"hashtagCount": 0,
"description": "string",
"sampleCaptions": [
"string"
],
"sampleHashtags": [
"string"
]
}'{
"status": true,
"message": "string",
"data": {
"aiSettings": {}
}
}