def read_body
      task_response = {}
      begin
        payload = body.read
        task_response = MultiJson.load(payload, symbolize_keys: true)