Authorization: Bearer ********************curl --location 'https://mma.tvunetworks.com/api/search/v2/person/track?objectIds=undefined&startTimestamp=undefined&endTimestamp=undefined&personName=undefined&personIdList=undefined&noTrackList=undefined' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>'{
"result": {
"list": [
{
"personId": [],
"trackList": [
[]
]
}
]
}
}