{
"id": "<string>",
"type": "booking-quota-grants",
"attributes": {
"label": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"expired_at": "<string>",
"recurring_unit": "<string>",
"recurring_period": 123,
"value": 123,
"value_type": "<string>",
"used_value": 123,
"current_value": 123,
"created_at": "<string>",
"updated_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"booking_quota": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"granted_through": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
},
"meta": {
"formatted_value": "<string>",
"current_progress": 123,
"used_up_label": "<string>",
"short_label": "<string>"
}
}