curl --location 'https://mma.tvunetworks.com/api/search/v1/i/object' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"filters": {
"deleteFlags": [],
"events": [],
"features": [],
"geo": [],
"objectIds": [],
"objectIntTypes": [],
"objectTypes": [],
"sources": [],
"status": [],
"tags": [],
"tangibleTypes": []
},
"needFields": [],
"permission": {
"groupIds": [],
"userIds": []
},
"tsRange": {
"endtime": 1778304241635,
"starttime": 1778304121635
}
}'