curl --location '/app-api/entre/personal-center/demand/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"title": "string",
"demandType": 1,
"budget": 0,
"description": "string"
}'{
"code": 0,
"data": true,
"msg": "string"
}