IntegrationPhotoResponseDto
idnumberrequired
Example:
1urlstringrequired
Example:
https://cdn.example.com/photo.jpgthumbnailUrlobject
Example:
https://cdn.example.com/photo_thumb.jpgordernumberrequired
Example:
0IntegrationPhotoResponseDto
{
"id": 1,
"url": "https://cdn.example.com/photo.jpg",
"thumbnailUrl": "https://cdn.example.com/photo_thumb.jpg",
"order": 0
}