Hello guys, I'm currently trying the API and I was wondering if it was possible to create fake devices using it. The request to claim a device into an organization takes this body and obviously it fails because I don't know what to put in the serial and license fields.
{
"order": "4CXXXXXXX",
"serial": "ABCD-EF12-3456",
"licenseKey": "Z2XXXXXXXXXX",
"licenseMode": "addDevices"
}