x-openapi-key: ********************{
"taskId": "string",
"subTaskId": 0
}curl --location --request POST 'https://api.foxdata.com/apiv1/asa-monitor/task/result' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "string",
"subTaskId": 0
}'{
"status": "",
"expectTime": {
"dateTime": "",
"offset": {
"totalSeconds": 0
},
"zone": {}
},
"details": [
{
"group": 0,
"keyword": "",
"biddingApps": [
{
"appId": "",
"title": "",
"icon": "",
"visibilityScore": 0,
"num": 0,
"percentage": 0.0
}
]
}
]
}