{
"siteId": "string",
"name": "string",
"address": "string",
"adcode": "string"
}
curl --location --request POST '/api/site/createOrUpdate' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"siteId": "string",
"name": "string",
"address": "string",
"adcode": "string"
}'
{
"code": 0,
"message": "string"
}