mirror of
https://github.com/reacherhq/check-if-email-exists.git
synced 2026-09-11 16:01:17 +00:00
4 lines
117 B
Lua
4 lines
117 B
Lua
wrk.method = "POST"
|
|
wrk.body = '{"to_email": "amaury@gmail.com"}'
|
|
wrk.headers["Content-Type"] = "application/json"
|