Authorization: Bearer ********************{
"name": "string",
"type": "string",
"version": "string",
"ids": [
0
],
"status": true,
"vins": [
"string"
]
}curl --location --request PUT '/web/vehicle-query/v1.0/working_algorithm_deployment/algorithm' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": "string",
"version": "string",
"ids": [
0
],
"status": true,
"vins": [
"string"
]
}'{}