Authorization: Bearer ********************
curl --location --request POST 'http://127.0.0.1:8085/api/ideogram/img/describe' \
--header 'Access-Token: 12345678' \
--form 'file=@"/Users/jason/Downloads/avatar.png"' \
--form 'image_url=""'
{"code":0,"message":"成功","data":{"created":"2024-10-27T14:28:10.430786Z","data":[{"caption":"A 3D animated character, presumably a young boy, with dark, wavy hair. He has large, round, brown eyes and rosy cheeks. The character is wearing a yellow t-shirt. The background is a solid peach or light orange color, providing a warm backdrop to the character."}],"description_id":"Nm8xSLRnRhus9Oy-7Va2Eg"}}