curl --location --request POST '/zichancx.do?method=getProListNew&assetsCode=' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json'
{
"code": "string",
"data": [
{
"id": "string",
"proCode": "string",
"proName": "string",
"status": "string",
"detailUrl": "string",
"transactionUrl": "string"
}
],
"msg": "string"
}