This method is used to add data to the request.
Helper function to pass information between Hooks and Routes.
void addData(String key, Object? value) { _data[key] = value; }