Authorization: Bearer ********************
curl --location --request GET 'https://preprod.api.crego.io/api/bulk-ops//' \ --header 'Authorization: Bearer <token>'
{ "id": 123, "status": "processing", "content_type": 45, "uploaded_file": { "id": 456, "file_name": "contact_import_20240115_143022.xlsx" }, "system_generated_file": null, "started_at": "2024-01-15T14:30:25.123456Z", "completed_at": null, "created_at": "2024-01-15T14:30:22.123456Z" }