{
"contract": "string",
"date": "2019-08-24",
"dates": "string",
"isDesc": true,
"months": "string",
"order": "string",
"productId": "string",
"type": "string"
}
curl --location --request POST 'https://applet.linkqh.com/applet/bff/dragon/findPositionListByContract' \
--header 'secret: N&h74zqRR4*pkNNw' \
--header 'Content-Type: application/json' \
--data-raw '{
"contract": "string",
"date": "2019-08-24",
"dates": "string",
"isDesc": true,
"months": "string",
"order": "string",
"productId": "string",
"type": "string"
}'
{
"code": "string",
"date": [
{
"chgRank": 0,
"partyId": 0,
"partyName": "string",
"positionChg": 0,
"positionTotal": 0,
"totalRank": 0
}
],
"msg": "string"
}