{
"id": "string",
"userName": "root",
"password": "string",
"operation": "string"
}curl --location --request PUT '/api/project-conf/service/operation' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"userName": "root",
"password": "string",
"operation": "string"
}'{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}