Authorization: Bearer ********************
{
"ids": [
"string"
]
}
curl --location --request GET 'https://api.ecovai.cn/mj/task/list-by-ids' \
--header 'Authorization: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
[
{
"property1": {},
"property2": {}
}
]