{
"token": "string",
"lines": [
{
"id": "string",
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/cart/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"lines": [
{
"id": "string",
"productId": "string",
"productVariantId": "string",
"quantity": 0
}
]
}'
{
"token": "string",
"isSuccess": true
}