export default {
  auth_server: 'POST /auth_server',
  auth: 'POST /auth',
  logout: 'POST /logout',

  get_data: 'POST /get-user-data',
};