mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
11 lines
169 B
JSON
11 lines
169 B
JSON
{
|
|
"url": "/emails/verify",
|
|
"method": "POST",
|
|
"body": {
|
|
"email": "{{parameters.email}}"
|
|
},
|
|
"response": {
|
|
"output": "{{body}}"
|
|
}
|
|
}
|