curl --location --request POST 'http://dev-cn.your-api-server.com/v1/describe' \
--header 'x-api-key: token $YOUR_GENERATED_SECRET' \
--header 'content-type: application/json' \
--data-raw '{"data":[
{"image": "https://picsum.photos/200", "features": []},
{"image": "https://cdn.discordapp.com/attachments/1083723388712919182/1089909178266558554/HannaD_A_captivating_digital_artwork_features_a_red-haired_girl_664d73dc-b537-490e-b044-4fbf22733559.png", "features": []}
]}'
{}