[
{
"id": 0,
"value": "string",
"valueDesc": "string"
}
]
curl --location --request POST '/api/project-conf/other/modify' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"value": "string",
"valueDesc": "string"
}
]'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}