What is the problem or goal the end user is trying to solve or accomplish?
Migrating content between workspaces requires the assets' UUID detail. However, this detail can only be found after exporting the asset, it is not available to be queried through an API call.
How are they solving it currently?
Export the asset, extract the compressed file, open the YAML file, then check the UUID.
What is the recommended solution by the Customer?
Add the UUID detail to the API call, for example, the /api/v1/dashboard/{{DashboardID}} call.