Authorization: Bearer ********************curl --location 'https://mma.tvunetworks.com/api/search/v1/i/autosearch' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "ff8080816b793b5a016b8f11f2090057",
"criteria": {
"sources": [
"1031567882850549760"
],
"fields": [
"event"
],
"keywords": [
"biden"
],
"persons": null,
"relationship": "or",
"conditions": null,
"logos": null
},
"tsRange": {
"startTime": 1778304121635,
"endTime": 1778304241635
}
}'{
"code": 0,
"message": "succ",
"data": {
"size": 0,
"total": 0,
"matchList": null
}
}