{
"sysType": "6",
"communityID": "string",
"buildId": "string",
"tempNum": "string"
}
curl --location --request POST 'http://localhost:8080/NB/data' \
--header 'Content-Type: application/json' \
--data-raw '{
"sysType": "6",
"communityID": "string",
"buildId": "string",
"tempNum": "string"
}'