ImagesData
ImagesData contains metadata for room media assets.
codecode (string)
Media identifier.
orderorder (string)
Display order for the image.
urlurl (string)
Public URL for the image asset.
ImagesData
{
"code": "string",
"order": "string",
"url": "string"
}