curl --location 'https://api.tvunetworks.com/mediahub/api/v2/setAudioOffset' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"offset": 1000,
"destinationId": "7aae4a307e1d4d4ab887b5ebfbf3d269"
}'{
"errorCode": "0x0",
"errorInfo": "success",
"result": {},
"async": true,
"errorBody": {}
}