curl --location --request POST 'http://127.0.0.1:3000/api/v1/classes//students' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"invite_code": "ABC123"
}'{
"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"
}