curl --request POST \
--url https://api.goenhance.ai/api/v1/videoeffect/generate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"args": {
"reference_img": "https://cdn.goenhance.ai/user/goenhance/f52840534004f9a52cbe6d2aec7fa164.jpg",
"effect_id": "live_2d"
}
}'