{
"code": 0,
"districtId": 0,
"processId": "string",
"processName": "string",
"processType": "string",
"managementId": "string",
"stationCode": "string",
"stationType": "string",
"voltage": "string",
"address": "string",
"ipManageI": "string",
"ipManageII": "string",
"ipSysI": "string",
"ipSysII": "string",
"ipInteractI": "string",
"ipInteractII": "string"
}curl --location --request POST '/api/process/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": 0,
"districtId": 0,
"processId": "string",
"processName": "string",
"processType": "string",
"managementId": "string",
"stationCode": "string",
"stationType": "string",
"voltage": "string",
"address": "string",
"ipManageI": "string",
"ipManageII": "string",
"ipSysI": "string",
"ipSysII": "string",
"ipInteractI": "string",
"ipInteractII": "string"
}'{
"code": 0,
"data": "",
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}