Authorization: Bearer ********************curl --location 'https://mma.tvunetworks.com/api/search/v2/appearance/search' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"filters": {
"appearance": [
{
"content": []
}
],
"exactMatchStrings": [],
"groupIds": [],
"objectSources": [],
"userIds": []
}
}'{
"result": {
"affiliated": [
{
"content": []
}
],
"list": [
{
"mediaInfo": [],
"previewMediaInfo": []
}
]
}
}