{
"distractId": 1,
"buildingId": 1,
"number": 100,
"createdTime": "string"
}curl --location --request PUT '172.22.72.236:9090/carbon-emission/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"distractId": 1,
"buildingId": 1,
"number": 100,
"createdTime": "string"
}'{
"code": 0,
"msg": "",
"data": ""
}