FrontToken: ********************{
"ids": [
"string"
],
"aiGenerationId": "string",
"userId": "string",
"collectedSource": "PUBLIC",
"isCollectd": true
}curl --location --request POST '/api/ai-results/collected' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"aiGenerationId": "string",
"userId": "string",
"collectedSource": "PUBLIC",
"isCollectd": true
}'{
"error": true,
"data": {},
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}