Collection Not Working

we trying this api add
https://jsonplaceholder.typicode.com/todos/1

but not working show error An error occurred when calling Get All

Could not find any results. Are you sure the Results Key is correct? You can update that by going back and clicking into “Get All”

Remove the ID from the URL. Use this instead:

https://jsonplaceholder.typicode.com/todos/

I just tried and it worked.