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