{
"marketHashName": "string",
"type": 1,
"platform": "string",
"specialStyle": "string"
}curl --location --request POST 'https://open.steamdt.com/open/cs2/item/v1/kline' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketHashName": "string",
"type": 1,
"platform": "string",
"specialStyle": "string"
}'{
"success": false,
"data": [
[
{}
]
],
"errorCode": 0,
"errorMsg": "",
"errorData": {},
"errorCodeStr": ""
}