FrontToken: ********************{
"id": "string",
"tagIds": [
"string"
],
"tagIdsStr": "string",
"tagName": "string",
"keyWord": "string",
"sceneType": "string",
"sortBy": "string",
"source": "string",
"appSource": "string",
"topStatus": 0,
"ownerTypeList": [
"string"
]
}curl --location --request PUT '/mini-app/ai-results-public/top' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"tagIds": [
"string"
],
"tagIdsStr": "string",
"tagName": "string",
"keyWord": "string",
"sceneType": "string",
"sortBy": "string",
"source": "string",
"appSource": "string",
"topStatus": 0,
"ownerTypeList": [
"string"
]
}'{
"code": 0,
"message": "string",
"data": "string",
"success": true
}