This is a simple RESTful API built with Flask that demonstrates basic CRUD operations.
Use the interactive documentation to explore and test the API endpoints.
Retrieve data from the API using GET requests.
Create new data using POST requests.
Modify and remove data with PUT and DELETE.