recipe_crud_create_one
Create a new recipe by sending a JSON string with required name field to add it to the database.
Instructions
Create One [POST /api/recipes] Takes in a JSON string and loads data into the database as a new entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |