Authorization: Bearer ********************{
"ids": [
"1749688282741136"
]
}curl --location --request POST '/mj/task/list-by-condition' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"1749688282741136"
]
}'[
{}
]