modelId values used when creating an order or calculating shipping rates.curl --location '/models' \
--header 'Authorization: Bearer <token>'{
"success": true,
"models": [
{
"id": "ntag424_pvccard_white",
"size": {
"width": 0,
"height": 0,
"length": 0,
"weight": 6
},
"prices": [],
"canBeEncoded": true
}
]
}