Can you pipe curl to jq and less with color? Yes.

curl https://jsonplaceholder.typicode.com/todos/ | jq -C | less -R

It should look a little something like this.