sendDsaReportEmail abstract method
- @POST.new('/reports/dsa/email/send')
- @Body.new() required DsaReportEmailSendRequest body,
Send DSA report email.
Initiates DSA (Digital Services Act) report submission by sending verification email to reporter.
body - Name not received - field will be skipped.
Implementation
@POST('/reports/dsa/email/send')
Future<OkResponse> sendDsaReportEmail({
@Body() required DsaReportEmailSendRequest body,
});