(body: Report)
| 341 | reportDescription: string; |
| 342 | } |
| 343 | export function postReportUser(body: Report): Promise<ResponseWithData<void>> { |
| 344 | return post('/user/report-user', body); |
| 345 | } |
| 346 | |
| 347 | // Both are called without a payload in danger-zone-saga, |
| 348 | // which suggests both are sent without any body |