Authorization: Bearer ********************curl --location --request GET 'https://apidev.edufee.online/api/department/2/class/35/shifts' \
--header 'Authorization: Bearer <token>'{
"errors": null,
"message": "string",
"status_code": 0,
"payload": {
"data": {
"success": true,
"shifts": [
{
"id": 0,
"core_category_id": 0,
"core_category_name": "string",
"core_subcategory_name": "string"
}
]
}
}
}