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