curl --location --request POST '/external/api/v3/user_activity/create-art' \
--header 'x-api-key: Paste your generated api-key here' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A beautiful little girl",
"guidance_scale": 7.5,
"num_outputs": 1,
"aspect_ratio": "1:1",
"studio_options": {
"style": ["cinematic"] // here ascii is one of the style_id as attached the the description above
}
}'
{}