curl --location --request GET '/admin-api/charging/pipe-soc/get?pipesn=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"socid": 5214,
"pipesn": "string",
"skid": "9535",
"socTimeList": [
{
"startTime": "string",
"endTime": "string",
"soc": 0
}
],
"createTime": "2019-08-24T14:15:22Z",
"updateId": 26256,
"updateName": "赵六"
},
"msg": "string"
}