Get jwt from storage
Future<String> get jwt async => await _storageRepository.get(RestApiClientKeys.jwt);