class ApiPath { // Auth static const String login = '/api/v1/auth/login'; static const String logout = '/api/v1/auth/logout'; }