URL - localhost:8000/api/todo/get/{id}
Request - GET
Params - None
Example - localhost:8000/api/todo/get/1
Create todo
URL - localhost:8000/api/todo/store
Request - POST
Params - name,content
Example - localhost:8000/api/todo/store?name=trirhd&content=wefwgfewgqewrgg
Update todo
URL - localhost:8000/api/todo/update/{id}
Request - PUT
Params - name,content
Example - localhost:8000/api/todo/update/1?name=Extra_Task&content=ewsd
Delete todo
URL - localhost:8000/api/todo/delete/{id}
Request - DELETE
Params - None
Example - localhost:8000/api/todo/delete/3