curl --location --request DELETE 'https://platform.shopranos.eu/api/inventoryLevels/reserve/'
{
"token": "string",
"lines": [
{
"productId": "string",
"productVariantId": "string",
"quantity": 0,
"unitQuantity": 0,
"availableQuantity": 0
}
],
"available": true
}