curl --location '/app-api/entre/demand/create' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"demandType": 1,
"budget": 0,
"description": "string",
"contactName": "string",
"contactPhone": "string"
}'{
"code": 0,
"data": 0,
"msg": "string"
}