{
"ids": [
"string"
]
}curl --location 'https://api.openai-hub.com/mj/task/list-by-ids' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"string"
]
}'[
{
"property1": {},
"property2": {}
}
]