Updates the tuning systems data by sending a PUT request to the API.
This function takes an array of TuningSystem objects, sorts them by ID,
serializes them to JSON format, and sends them to the backend API
for persistent storage. It handles the conversion of TuningSystem
instances to plain objects suitable for JSON serialization.
Updates the tuning systems data by sending a PUT request to the API.
This function takes an array of TuningSystem objects, sorts them by ID, serializes them to JSON format, and sends them to the backend API for persistent storage. It handles the conversion of TuningSystem instances to plain objects suitable for JSON serialization.