Initiates DSA (Digital Services Act) report submission by sending verification email to reporter.
curl --request POST \
--url https://api.fluxer.app/v1/reports/dsa/email/send \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"ok": true
}curl --request POST \
--url https://api.fluxer.app/v1/reports/dsa/email/send \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"ok": true
}