meta { name: Verify Reset Code type: http seq: 7 } post { url: {{api_url}}/auth/verify-reset-code/ body: json auth: none } body:json { { "email": "user@example.com", "code": "123456" } }