POST /api/accounts/v1/resend-verify
Resend verification message to email.
Request
{
  "token": String
}
Response
Status code: 200
{
  "type": "verification sent"
}
Possible errors
- invalid token
- nothing changed
- cooldown
- external
POST /api/accounts/v1/resend-verify
Resend verification message to email.
{
  "token": String
}
Status code: 200
{
  "type": "verification sent"
}
invalid tokennothing changedcooldownexternal