{
"data": [
{
"id": 0,
"course": {
"id": 0,
"name": "string"
},
"location": {
"id": 0,
"name": "string",
"address": "string"
},
"start_date": "2019-08-24T14:15:22.123Z",
"end_date": "2019-08-24T14:15:22.123Z",
"remaining_slots": 0,
"cost_inc_vat": 0,
"booking_url": "http://example.com"
}
],
"meta": {
"current_page": 0,
"per_page": 0,
"last_page": 0,
"total": 0
},
"links": {
"next": "http://example.com",
"prev": "http://example.com"
}
}