meta { name: Verify Email Confirmation type: http seq: 3 } post { url: {{API_URL}}/account/register/verify body: json auth: none } body:json { { "token": "token" } }