curl --location --request POST '/attendance/sessions' \
--header 'Content-Type: application/json' \
--data-raw '{
"classId": "string",
"subject": "string",
"expiresAt": "2019-08-24T14:15:22.123Z"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"classId": "string",
"className": "string",
"teacherId": "string",
"teacherName": "string",
"subject": "string",
"type": "QR",
"startsAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"isActive": true,
"recordCount": 0
}
}