()
| 348 | // which suggests both are sent without any body |
| 349 | // TODO: Convert to DELETE |
| 350 | export function postDeleteAccount(): Promise<ResponseWithData<void>> { |
| 351 | return post('/account/delete', {}); |
| 352 | } |
| 353 | |
| 354 | export function postResetProgress(): Promise<ResponseWithData<void>> { |
| 355 | return post('/account/reset-progress', {}); |