meta { name: Verify Email type: http seq: 9 } post { url: {{api_url}}/auth/verify-email/ body: json auth: none } headers { Authorization: Token {{auth_token}} } body:json { { "code": "123456" } }