1.Create a New Strap Plugin
2.Define the Plugin Logic:
Inside your new plugin directory, you’ll find a config, controllers, models, and other folders. You can define your plugin’s logic in these folders.
In the config folder, you can set up configuration options for your plugin.
The controllers folder is where you can create controllers for your plugin’s API endpoints.
The models folder is used to define data models for your plugin.