createDsaReport abstract method
- @POST.new('/reports/dsa')
- @Body.new() required DsaReportRequest body,
Create DSA report.
Creates a DSA complaint report with verified email for Digital Services Act compliance.
body - Name not received - field will be skipped.
Implementation
@POST('/reports/dsa')
Future<ReportResponse> createDsaReport({
@Body() required DsaReportRequest body,
});