I have an ERP which manages products and categories, products have a foreign key into categories. I want to import all the products and categories using the REST api, how can I keep the relationship since I can't use a specific category id (I can only omit it, then a new one gets created)