abstract suspend fun file(fileId: FileId, requestOptions: RequestOptions? = null): File? Returns information about a specific file.
abstract suspend fun file(request: FileUpload, requestOptions: RequestOptions? = null): File Upload a file that contains document(s) to be used across various endpoints/features. Currently, the size of all the files uploaded by one organization can be up to 1 GB.