curl --location 'https://mma.tvunetworks.com/api/search/v2/search' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"dataSource": [
"event",
"caption"
],
"pageNum": 3,
"pageSize": 10,
"sort": 10,
"timestampRange": {
"startTimestamp": 1699545600000,
"endTimestamp": 1762531199000
},
"filters": {
"fuzzyMatchString": "books",
"objectEvents": [],
"objectSources": [
"1398305490756308992"
],
"persons": [],
"tags": []
},
"userIds": [
"578825562ca44818a40123ed90bc8ee2"
],
"groupIds": [
"16d219d093fe4d268a721bbce00d7de8"
],
"searchLang": ""
}'