Make comment, collection_id and name optional for data registration.
Currently the register_data function throws an error if you do not pass all of the required arguments to it, even though some of the arguments are marked as Optional
.
To fix this, a default value of None
should be added to the parameters in the function signature.