{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custServiceStatus": 0,
"contractRecordId": 0,
"custNum": "string",
"rescindTime": "string",
"reason": "string",
"remark": "string",
"intendedNursingType": 0,
"delCompleteOrder": true
}curl --location --request POST '/custLongTerm/rescindInner' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custServiceStatus": 0,
"contractRecordId": 0,
"custNum": "string",
"rescindTime": "string",
"reason": "string",
"remark": "string",
"intendedNursingType": 0,
"delCompleteOrder": true
}'{
"success": false,
"code": "",
"message": "",
"data": {}
}