Todo API only application in Rails 5.GET /todos$ http :3000/todosPOST /todos$ http POST :3000/todos title=Debashis created_by=1PUT /todos/:id$ http PUT :3000/todos/1 title=BiswalDELETE /todos/:id$ http DELETE :3000/todos/1