I want to make requests to my Laravel API from a server component, but it always returns a 401. When I use ‘use client’ the request is made without problems, I suppose it’s an issue with how CSRF tokens are sent from my SC. Is it possible to make this type of request from an SC?