{
"params": {
"pkIds": 1111,
"userId": 1111,
"formId": "mxoc_process_reportlist"
}
}
curl --location --request POST '/v2/mxoc/mxoc_mobile/printpreview?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"pkIds": 1111,
"userId": 1111,
"formId": "mxoc_process_reportlist"
}
}'
{}