{
"projectId": 0,
"cityId": 0,
"componentId": 0,
"azimuth": 0,
"dip": 0,
"powerEff": 0,
"installCapacity": 0
}
curl --location --request POST 'https://zcb.test.solarpv.top/api/third/simulation' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 0,
"cityId": 0,
"componentId": 0,
"azimuth": 0,
"dip": 0,
"powerEff": 0,
"installCapacity": 0
}'
{
"message": "",
"status": 0,
"data": {}
}