POST Auth Cookies

https://auth.riotgames.com/api/v1/authorization

Prepare cookies for auth request

Headers:

Body:

type AuthCookiesBody = {
    client_id: "play-valorant-web-prod";
    nonce: "1";
    redirect_uri: "https://playvalorant.com/opt_in";
    response_type: "token id_token";
    scope: "account openid";
};