curl --location 'https://api.openai-hub.com/api/token/batch' \
--header 'Authorization: Bearer sk-0ABIEXVjh9****Qckjy' \
--header 'New-Api-User: 1' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
123,
124,
125
]
}'{
"success": true,
"message": "string",
"data": 0
}