Authorization: Bearer ********************curl --location --request GET 'https://prod.your-api-server.com/reservables//variants' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"durationMin": 0,
"durationMax": 0,
"minPersons": 0,
"maxPersons": 0,
"genderRestriction": "string",
"ageRestriction": 0,
"allGuestsProvideInformation": true,
"bufferBefore": 0,
"bufferAfter": 0,
"minimumNotice": 0,
"price": 0,
"staffRequired": true,
"pricePerGuest": 0
}
]
}