curl --request POST \
--url 'https://api.unify.ai/v0/assistant/photo/animate' \
--header "Authorization: Bearer $UNIFY_KEY" \
--header 'Content-Type: multipart/form-data' \
--form 'image_file=@/path/to/your/file.ext'\
--form 'audio_file=@/path/to/your/file.ext'