Authorization: Bearer ********************curl --location 'https://mma.tvunetworks.com/api/search/v1/i/updateclick' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"-": 0,
"docid": "string",
"index": "string",
"lang": "string",
"order": 0,
"ph_path": "string",
"query": "string",
"rank": 0,
"sessionid": "string",
"userid": "string"
}'{
"code": 0,
"json": {
"property1": "string",
"property2": "string"
},
"message": "string"
}