curl --location --request GET 'http://127.0.0.1:3000/api/v1/classes//students/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"class_id": 0,
"user_id": 0,
"profile_name": "string",
"role": "string",
"joined_at": "string"
},
"timestamp": "2019-08-24T14:15:22Z"
}