{
"loginName": "string",
"password": "string",
"pageName": "string",
"pageParamMap": "string"
}
curl --location --request POST '/v2/taobao/order/page/link/get' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginName": "string",
"password": "string",
"pageName": "string",
"pageParamMap": "string"
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {}
}