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