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