{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"identifyNo": "string",
"status": 0,
"dieTime": "string",
"liveAreaCode": "string",
"liveAddressDetail": "string",
"remark": "string"
}
curl --location --request POST '/custDie/add' \
--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",
"status": 0,
"dieTime": "string",
"liveAreaCode": "string",
"liveAddressDetail": "string",
"remark": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": 0
}