1 export const getSLAccountLinked = () => ({
3 url: 'simple_login/v1/user',
6 export const getSLSubscription = () => ({
8 url: 'simple_login/v1/subscription',
11 export const createSLUser = (Redirect?: 'browser_extension' | 'home') => ({
13 url: 'simple_login/v1/user',