Authorization: Bearer ********************curl --location 'https://mma.tvunetworks.com/api/search/v1/i/getobjectdetail' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"attributeType": 0,
"objectId": "string",
"objectType": 0,
"tangibleId": "string"
}'{
"data": {
"tangibleAttributes": []
}
}