curl --location 'http://dev-cn.your-api-server.com/v1/business/photosonic/generate-image' \ --header 'content-type: application/json' \ --data '{ "num_images": 2, "image_width": 512, "image_height": 512 }'
{ "images": "string" }