Export data using an existing exporter and the resource to export
create_export(exporter_id, type, dataset_id = NULL, prediction_id = NULL)
id of the exporter, can be obtained with get_exporters().
type of data to export among \"dataset"\, \"validation-prediction\" or \"deployment-prediction\"
id of the dataset to export (only for type == \"dataset\")
id of the prediction to export (only for type == \"validation_prediction\" or type == \"deployment-prediction\")
list - parsed content of the export.