Retrieve all messages for a specific student - Feature not yet implemented
GET
/api/v1/student/{studentId}/messages
curl \
--request GET 'https://api.echoplain.social/api/v1/student/uuid-string/messages'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}