Authorization: Bearer ********************
{
"url": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/view-node/upload-data-to-mh-cloud' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string"
}'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"result": "string"
}
}