{
"code": "string",
"name": "string",
"dateLength": 0,
"itemPosition": 0,
"currentPrice": 0,
"min": 0,
"max": 0,
"priceIndex": 0,
"priceDate": "string",
"offset": 0,
"offsetReason": "string",
"insertTime": "string",
"updateTime": "string"
}
curl --location --request POST 'https://api.autostock.cn/v1/position/indexTrade' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"name": "string",
"dateLength": 0,
"itemPosition": 0,
"currentPrice": 0,
"min": 0,
"max": 0,
"priceIndex": 0,
"priceDate": "string",
"offset": 0,
"offsetReason": "string",
"insertTime": "string",
"updateTime": "string"
}'
HttpResponse.Code