{
"pmUnit": "string",
"symbol": "string",
"priceSource": 0,
"klineType": 0,
"beginTime": 0,
"endTime": 0
}curl --location --request POST 'test-mg-admin.hwyc.io/pub/kline' \
--header 'Content-Type: application/json' \
--data-raw '{
"pmUnit": "string",
"symbol": "string",
"priceSource": 0,
"klineType": 0,
"beginTime": 0,
"endTime": 0
}'{
"code": 0,
"msg": "",
"data": [
{
"symbol": "",
"priceSource": 0,
"klineType": 0,
"openPrice": 0.0,
"closePrice": 0.0,
"highPrice": 0.0,
"lowPrice": 0.0,
"priceChange": 0.0,
"changeRate": 0.0,
"volume": 0,
"tickAt": 0
}
]
}