{
"pageNum": 1,
"pageSize": 10,
"replyType": "string"
}
curl --location --request POST '/userPlatform/physical/global/strategy/queryGlobalTempCustomByPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"replyType": "string"
}'
{
"code": 0,
"message": "",
"data": null
}