{
"projectId": "291",
"pm25": 8.0,
"pm10": 10.4,
"temperature": 0.0,
"humidity": 0.0,
"noise": 0.0,
"windSpeed": 0.0,
"windDirection": 0.0,
"dust": 0.0,
"gps": "",
"url": "",
"sprayOne": 0,
"sprayTwo": 0,
"sprayThree": 0,
"sprayFour": 0
}curl --location --request POST '/interface/v1/environment/addData?appKey=a2554199a3bbb0b7&token=35f942ebbb41ee82&projectId=291' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "291",
"pm25": 8.0,
"pm10": 10.4,
"temperature": 0.0,
"humidity": 0.0,
"noise": 0.0,
"windSpeed": 0.0,
"windDirection": 0.0,
"dust": 0.0,
"gps": "",
"url": "",
"sprayOne": 0,
"sprayTwo": 0,
"sprayThree": 0,
"sprayFour": 0
}'{
"code": 0,
"message": "string"
}