(body, options = {})
| 1342 | } |
| 1343 | |
| 1344 | createTestStudentAccount (body, options = {}) { |
| 1345 | options.url = '/db/user/create-test-student-account' |
| 1346 | options.type = 'PUT' |
| 1347 | if (options.data == null) { options.data = body } |
| 1348 | return this.fetch(options) |
| 1349 | } |
| 1350 | |
| 1351 | createAndAssociateAccount (body, options = {}) { |
| 1352 | options.url = '/db/user/related-accounts/associate-account' |