Files
services/nft/examples.json
2021-11-26 12:26:13 +00:00

16 lines
226 B
JSON

{
"vote": [
{
"title": "Vote for the API",
"run_check": false,
"request": {
"message": "Launch it!"
},
"response": {
"message": "Thanks for the vote!"
}
}
}
]
}