{
"id": "xxx",
"version": "xxx"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/productV2/exportProductJson/v2' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "xxx",
"version": "xxx"
}'
{}