curl --location --request POST 'https://geekai.co/api/v1/images/clarify' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $GEEKAI_API_KEY' \
--data '{
"model": "jimeng-image-clarify-v3",
"image": "https://static.geekai.co/image/2025/08/29/9288e4be0f8d97fca9e4ff7ae5fcd078.png",
"quality": "high"
}'