( body: SocratesHintPayload )
| 307 | return post('/user/exam-environment/token', {}); |
| 308 | } |
| 309 | export function getSocratesHint( |
| 310 | body: SocratesHintPayload |
| 311 | ): Promise<ResponseWithData<SocratesHintResponse>> { |
| 312 | return put('/socrates/get-hint', body); |
| 313 | } |
| 314 | |
| 315 | type PaymentIntentResponse = Promise< |
| 316 | ResponseWithData< |