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