Authorization: Bearer ********************curl --location 'https://mma.tvunetworks.com/api/search/v1/i/words?uid=undefined&ph_path=undefined&peerid=undefined&pathtype=undefined&starttime=undefined&endtime=undefined&language_type=undefined' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"list": [
null
],
"size": 1,
"total": 3
},
"message": "string"
}