{
"pipeSn": "string",
"type": "string",
"evseId": 0
}
curl --location --request POST '/reset' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"pipeSn": "string",
"type": "string",
"evseId": 0
}'
true