@locust.task
    def load_candidate_detail(self, candidate_id=None):
        params = {
            'api_key': API_KEY,
        }