{}curl --location --request POST '/cps/customer/enterpriseUserJob/page' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJsaXV4dSIsImlhdCI6MTc0NTczODA2NywiZXhwIjoxNzQ1ODI0NDY3fQ.7WX5k-Kmw6jkgEiPlr628DQ0HBEGQ38cv5NSsi2In7I' \
--header 'Tenant-Id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"customerNo": 0,
"jobName": "",
"jobType": "",
"remark": "",
"delFlag": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}