Authorization: Bearer ********************{
"type": "工况分析",
"name": "工况分析",
"version": "v1.0",
"vins": [
"LZGTEST2025110501"
],
"status": "true"
}curl --location --request POST '/web/vehicle-query/v1.0/working_algorithm_deployment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "工况分析",
"name": "工况分析",
"version": "v1.0",
"vins": [
"LZGTEST2025110501"
],
"status": "true"
}'{
"code": 200,
"msg": "success",
"data": true
}