How to use the APi client to add evidences ?
It seems, it miss the type_id.
Resulting injection of object without type_id.
def add_evidence(self, filename: str, file_size: int, description: str = None,
file_hash: str = None, custom_attributes: dict = None, cid: int = None) -> ApiResponse:
"""
How to use the APi client to add evidences ?
It seems, it miss the type_id.
Resulting injection of object without type_id.