Resend the email-verification link (no enumeration; no-op if already verified).
Oturum
İstek
curl -X POST "https://api.blesyum.com/api/v1/resend-verification" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"Yanıt
{
"data": "…",
"trace_id": "01JC…"
}