Authorization: Bearer ********************curl --location 'https://mma.tvunetworks.com/api/search/v2/caption/search' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"keywords": []
}'{
"result": {
"list": []
}
}