query = f"""
SELECT
asset.resource_name,
asset.dynamic_custom_asset.item_title,
asset.dynamic_custom_asset.item_description,
asset.dynamic_custom_asset.price
FROM asset
"""
And how do you change the value through the API?
Had a look at this, that does not have a final url