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