()
| 302 | } |
| 303 | |
| 304 | export function generateExamToken(): Promise< |
| 305 | ResponseWithData<ExamTokenResponse> |
| 306 | > { |
| 307 | return post('/user/exam-environment/token', {}); |
| 308 | } |
| 309 | export function getSocratesHint( |
| 310 | body: SocratesHintPayload |
| 311 | ): Promise<ResponseWithData<SocratesHintResponse>> { |