curl --location --request GET '/api/v1/import?page&limit&id_eq=&status_eq=&company_id_eq=&file_processed_at_gt=&file_processed_at_gteq=&file_processed_at_lt=&file_processed_at_lteq=' \
--header 'Authorization;'{
"import_files": [
{
"id": 0,
"import_code": "string",
"status": 0,
"total_records": 0,
"processed_records": 0,
"failed_records": 0,
"status_name": "string",
"started_at": "string",
"finished_at": "string",
"error_file": "string",
"original_file": "string",
"imported_by": {
"id": 0,
"full_name": "string",
"email": "string"
},
"success_rate": 0,
"company": {}
}
],
"meta": {
"current_page": 0,
"next_page": 0,
"prev_page": 0,
"total_pages": 0,
"total_records": 0
}
}