This just a simple TODO API with GET, POST, PUT and DELETE endpoints. I made this with Mongoose.
You can access this API for free, just in case you need a CRUD API when you currently learning a Front-End
You'all can access the API URL on: https://calm-plum-jaguar-tutu.cyclic.app/todos
For this API URL
I set rate limit 5 requests/minute for (POST, PUT, DELETE) and 2 requests/second for Get Data
This an example how you accessing the API and the responses you will got