mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"url": "/campaigns",
|
|
"method": "POST",
|
|
"body": {
|
|
"name": "{{parameters.name}}",
|
|
"description": "{{parameters.description}}",
|
|
"daily_limit": "{{parameters.daily_limit}}"
|
|
},
|
|
"response": {
|
|
"output": "{{body}}"
|
|
}
|
|
}
|