Is your feature request related to a problem? Please describe.
Fetching/deleting an asset is currently supported with both URN and ID. But we cannot make the GetAssetByVersion call using the asset's URN.
Describe the solution you'd like
Similar to endpoints for fetching/deleting an asset, support both ID and URN for the GetAssetByVersion call.
Additional context
Since we want to move away from exposing ID outside the Compass service, would be necessary to make the suggested changes.