@Dennis Worthem Apology for the delay. This is the the import APIM restrictions as mentioned here. You cannot have the same path for the different endpoint/API. The individual API path should have the unique names while importing to APIM.
Required parameters across both path and query must have unique names. (In OpenAPI a parameter name only needs to be unique within a location, for example path, query, header. However, in API Management we allow operations to be discriminated by both path and query parameters (which OpenAPI doesn't support). That's why we require parameter names to be unique within the entire URL template.)