Authorization: Bearer ********************curl --location 'http://local.zhongyibrowser.com:39025/api/v1/status' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "success",
"data": {
"service": "running",
"version": "string",
"port": 39025,
"base_url": "string",
"auth_required": true,
"backend_session": "available",
"browser_count": 0,
"started_at": "2019-08-24T14:15:22.123Z"
}
}