Passing email in a form for subscription

If you are familiar one of the programming languages, this documentation will help you.

  const res = http.get('http://YOUR_WEBSITE');

  sleep(1);

  const checkRes = check(res, {
    'status is 200': (r) => r.status === 200
  });

And also this post will help you about clean cookie before iterations