curl --location --request GET '/enrollments/' \
--header 'Authorization: Bearer {{token}}'
{
"code": 200,
"message": "获取注册令牌成功",
"data": {
"id": 0,
"enrollmentToken": "string",
"qrcode": "string",
"duration": 0,
"wifiSsid": "string",
"wifiPassword": "string",
"wifiSecurity": "string",
"wifiHidden": true,
"locale": "string",
"timezone": "string",
"enableSystemApps": true,
"createdBy": 0,
"updatedBy": 0,
"createAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"expirationTimestamp": "2019-08-24T14:15:22Z"
}
}