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