FrontToken: ********************{
"ids": [
"string"
],
"aiGenerationId": "string",
"userId": "string",
"collectedSource": "PUBLIC",
"isCollectd": true
}curl --location --request PUT '/api/web/ai-results/collected' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"aiGenerationId": "string",
"userId": "string",
"collectedSource": "PUBLIC",
"isCollectd": true
}'{
"code": 0,
"message": "string",
"data": "string",
"success": true
}