curl --location --request POST 'https://www.runninghub.ai/openapi/v2/media/upload/binary' \
--header 'Authorization: Bearer [Your API KEY]' \
--form 'file=@""'{
"code": 200,
"message": "success",
"data": {
"type": "image",
"download_url": "https://rh-images-switch-1252422369.cos.ap-guangzhou.myqcloud.com/input/openapi/61432ac1b3f3f5b19edcccff137d49d24a907b32ef3a737d1958e33aa91f1f44.png?q-sign-algorithm=sha1&q-ak=AKIDv56FISEJUsKsMeELk0gmbNCGKTYSaZ3N&q-sign-time=1767852886%3B1767939286&q-key-time=1767852886%3B1767939286&q-header-list=host&q-url-param-list=&q-signature=b9775a887dbdf7889e9af7ab5812455cb2d74660",
"filename": "openapi/61432ac1b3f3f5b19edcccff137d49d24a907b32ef3a737d1958e33aa91f1f44.png",
"size": "3490"
}
}