curl --request GET \
--url https://api.example.com/api/album-assets/{album_asset_id}{
"id": "<string>",
"album_id": "<string>",
"asset_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Retrieves details for a specific album-asset link.
curl --request GET \
--url https://api.example.com/api/album-assets/{album_asset_id}{
"id": "<string>",
"album_id": "<string>",
"asset_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Successful Response
Represents a link between an album and an asset.