mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 00:01:14 +00:00
12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"url": "/categories",
|
|
"method": "POST",
|
|
"body": {
|
|
"title": "{{parameters.title}}",
|
|
"color": "{{parameters.color}}"
|
|
},
|
|
"response": {
|
|
"output": "{{body}}"
|
|
}
|
|
}
|