{
"id": 0,
"serviceDetails": "string"
}
curl --location --request PUT '/back/service/project/modifyServiceDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"serviceDetails": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}