skip-csrf-token
For some services, the CSRF token is not required even for non-GET requests.
Therefore, skipping to fetch the CSRF token makes sense as a performance improvement.
You can disable the CSRF token request by using the skipCsrfTokenFetching() method like below: