curl --location --request PUT 'http://localhost/api/v1/tenant/master-data/products//routing' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"routing_nodes": [
{
"work_center_id": "93245514-3ae2-4c7b-99f7-f40e2e6a3564",
"position_x": 0,
"position_y": 0
}
]
}'{
"success": true,
"code": "string",
"message": "string",
"request_id": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"api_version": "string",
"data": {}
}