PATCH /api/workspaces/{id}/ai-settings.curl --location 'https://api.kabonshare.com/api/ai/generate-style-from-posts' \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "string",
"sampleSize": 20
}'{
"status": true,
"message": "string",
"data": {
"captionType": "string",
"hashtagCount": 0,
"description": "string",
"sampleCaptions": [
"string"
],
"sampleHashtags": [
"string"
]
}
}