{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"identifyNo": "string"
}
curl --location --request POST '/custDie/export' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"identifyNo": "string"
}'
{}