POST Entitlement

https://entitlements.auth.riotgames.com/api/token/v1

Get entitlement for remote requests with a token

Headers:

Other Variables:

Response:

type EntitlementResponse = {
    entitlements_token: string;
};