Authorization: ********************{
"id": 0,
"area": 0
}curl --location --request PUT '/addNodeToArea' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"area": 0
}'{
"code": 20000,
"message": "请求成功",
"data": "添加成功"
}