Auth0 import is throwing error: Names must be unique

Our infrastructure creates applications and resource servers (api) with same name, so want to know if there is a way to include clientID or any unique identifier in export that would later allow to restore same named entities?

Also we tried directory based export this silently ignores entities with same name and picks only one and restores that alone, so there is no error thrown with this approach, unfortunately this also will not help us.

Command ran for directory approach

a0deploy export -c config.json -f directory -o ./sampleDir

a0deploy import -c config.json -i ./sampleDir

Any solution or workaround in supporting restoring entities with same name would be great help.