curl --location --request PATCH '/enrollments//qrcode?duration' \
--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"
}
}