I have been trying to read the docs, and some examples but I couldn't figure out, how best I can use Effect, to fetch data from the server and handle errors like 401, and easy way I can run many fetch functions sequential. I am new to effect, and I am looking forward to implement it into my systems. I am someone who is concerned with writing clean code, and I am trying to leverage the full capacity of typescript, and effect seemed to be one of those projects that will be of help in my quest. Thank you for your help. You can maybe point me to the right direction.