curl --location --request POST 'https://api.302.ai/302/submit/qwen-image-layered' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "",
"prompt": "",
"num_layers": 4,
"enable_safety_checker": true,
"output_format": "png"
}'{}