curl --location --request POST '/api/v1/system/common/config' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;'
{
"code": "200",
"msg": "string",
"data": {
"map": {
"mode": "gaode",
"accessKey": "string",
"accessSecret": "string"
},
"oss": {
"host": "string"
}
}
}