import { USER_API_SHARED_KEY, USER_API_URL } from '../lib/constants' import { OystAPIS } from '@oyst/utils' export default OystAPIS('user', { endpoint: USER_API_URL, req: {}, sharedKey: USER_API_SHARED_KEY, type: 'http' })