curl --location --request POST 'http://dev-cn.your-api-server.com/v1/history/download' \
--header 'xi-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"history_item_ids": [
"<string>"
]
}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}