curl --location --request POST '/SubstationWEBV2/eiot_app/MeterControl' \ --header 'Authorization: {{token}}' \ --header 'Api-Version: 2.0.0' \ --header 'Content-Type: application/json' \ --data-raw '{ "meterId":"196", "type":"0" }'
{ "success": "1", "errorCode": "", "errorMsg": "", "data": null }