Authorization: ********************curl --location 'https://diveraid.test/api/v1/professional/classroom' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "string",
"data": [
{
"id": 0,
"name": "string",
"course": {
"id": 0,
"name": "string"
},
"dive_center": {
"id": 0,
"name": "string"
},
"students_count": 0,
"is_crossover": true,
"is_level_up": true,
"created_at": "2019-08-24"
}
]
}