curl --location --request POST '/SubstationWEBV2/eiot_app/appMeterPriceSet' \
--header 'Authorization: {{token}}' \
--header 'Api-Version: 2.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"meterId": "196",
"rateType": "1",
"jprice": "1",
"fprice": "1.2",
"pprice": "1.3",
"gprice": "1.4"
}'{
"success": "1",
"errorCode": "",
"errorMsg": "",
"data": null
}