{
"operatorid": "13608",
"stationid": "13608",
"policyinfos": "赵六",
"dboperatorid": "20966"
}
curl --location --request POST '/admin-api/charging/stationid-operator-push/updatePlatformRate' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorid": "13608",
"stationid": "13608",
"policyinfos": "赵六",
"dboperatorid": "20966"
}'
{
"code": 0,
"data": true,
"msg": "string"
}