Authorization: Bearer ********************curl --location '/v1/worker-imports' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""' \
--form 'check_frequency="monthly"' \
--form 'monitoring_start_date=""' \
--form 'consent_given="false"' \
--form 'is_active="true"'{
"message": "string",
"data": {
"id": 9,
"status": "pending",
"file_name": "string",
"total_rows": 0,
"imported_count": 0,
"skipped_count": 0,
"failed_count": 0,
"success_rate": 0,
"options": {
"property1": "string",
"property2": "string"
},
"errors": [
{
"property1": "string",
"property2": "string"
}
],
"processed_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}