Authorization: Bearer ********************{
"ids": [
"106",
"105",
"104",
"103",
"102",
"101",
"100",
"99",
"98"
],
"status": 1
}curl --location --request PUT '/web/vehicle-query/v1.0/working_algorithm_deployment/edit-status-list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"106",
"105",
"104",
"103",
"102",
"101",
"100",
"99",
"98"
],
"status": 1
}'{
"code": 200,
"msg": "success",
"data": true
}