class AuthApi { static const String login = '/api/v1/profile/login'; static const String logout = '/api/v1/profile/logout'; }