{}
curl --location --request POST 'https://api.kg.qq.com/karaoke/oper/v2/get_vehicle_channel_map' \
--header 'X-Open-Access-Token;' \
--header 'X-Open-ID;' \
--header 'X-Open-App-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"channel_map": {
"property1": "string",
"property2": "string"
}
}