{
"token": "string",
"pgId": "string",
"selectorValues": [
{
"selectorId": "string",
"defaultValue": "string"
}
],
"loginId": "string",
"uId": "string",
"orientation": "string",
"locale": "string",
"exportType": "string"
}curl --location --request POST '/public-api/page/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"pgId": "string",
"selectorValues": [
{
"selectorId": "string",
"defaultValue": "string"
}
],
"loginId": "string",
"uId": "string",
"orientation": "string",
"locale": "string",
"exportType": "string"
}'{
"result": "ok",
"response": {
"taskId": "c86ab4a0-8867-11ef-b68b-15a5321b68c9",
"status": "已提交",
"result": "处理中",
"fileName": "a66dc01f2cb664284b3927d0_c97640db7948f4e718692ad9.png"
}
}