Authorization: Bearer ********************
curl --location --request GET 'http://192.168.100.214:10084/api/system/crane-stop/' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"statusCode": 0,
"data": "string",
"succeeded": true,
"errors": null,
"extras": null,
"timestamp": "string"
}
}