curl --location 'https://mma.tvunetworks.com/api/search/v1/i/marksrt' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--form 'accessTime=""' \
--form 'enableTimeCode=""' \
--form 'export_filename=""' \
--form 'file_start_ts="0"' \
--form 'filename=""' \
--form 'filetype=""' \
--form 'languagetype=""' \
--form 'mark_end=""' \
--form 'mark_start=""' \
--form 'pathtype=""' \
--form 'peerid=""' \
--form 'ph_path=""' \
--form 'search_end_ts=""' \
--form 'search_start_ts=""' \
--form 'sessionid=""' \
--form 'source_object_id=""' \
--form 'timeOffset=""' \
--form 'time_of_day_frequency=""' \
--form 'time_zone=""' \
--form 'uid=""' \
--form 'userid=""'