curl --location --request GET 'http://127.0.0.1:3000/api/v1/classes//students?page&size&search' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": 0,
"class_id": 0,
"user_id": 0,
"profile_name": "string",
"role": "string",
"joined_at": "string"
}
],
"pagination": {
"page": 1,
"size": 1,
"total": 0,
"pages": 0
}
},
"timestamp": "2019-08-24T14:15:22Z"
}