curl --location --request POST 'https://api.seedance.show/api/uploads/presign' \
--header 'Content-Type: application/json' \
--data-raw '{
"media_kind": "reference_image",
"file_name": "hero-frame.png",
"content_type": "image/png",
"file_size": 245760
}'