startProductGeneration
abstract fun startProductGeneration(container: ProductGenerationContainer): Flow<ProductGenerationStatus>
Start product generation by user image
Pipeline is next:
Try to compress image or use origin
Upload image on backend for processing
Create generation operation and wait for result
Return
flow with statuses of started generation