curl --location --request POST 'http://dev-cn.your-api-server.com/api/rest/v1/generations' \
--header 'authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"alchemy": true,
"height": 768,
"modelId": "b24e16ff-06e3-43eb-8d33-4416c2d75876",
"num_images": 4,
"presetStyle": "DYNAMIC",
"prompt": "A majestic cat in the snow",
"width": 1024
}'
{
"sdGenerationJob": {
"generationId": "string",
"apiCreditCost": 0
}
}