{
"b_id": "string",
"room_num": "string",
"unit_id": "string",
"layer": "string",
"built_up_area": 0,
"fee_coefficient": 0,
"remark": "string",
"state": "string",
"room_type": "string",
"room_area": 0
}curl --location --request POST '/add-house' \
--header 'Content-Type: application/json' \
--data-raw '{
"b_id": "string",
"room_num": "string",
"unit_id": "string",
"layer": "string",
"built_up_area": 0,
"fee_coefficient": 0,
"remark": "string",
"state": "string",
"room_type": "string",
"room_area": 0
}'{
"code": 10000,
"message": "success",
"data": "string"
}