{ "ids": [ "13" ] }
curl --location --request POST '/mj/task/list-by-ids' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids": [ "13" ] }'
{}