Activate user
Future<void> activateUser(String userId) async { await _apiClient.put('/users/$userId/activate'); }