# Renew An Existing Order Renews an existing order by specifying its ID and creation timestamp. Endpoint: POST /Orders/renewOrder Version: 1.0.0 Security: bearerAuth ## Request fields (application/json-patch+json): - `id` (integer, required) ## Response 200 fields (application/json): - `message` (string) Example: "Order renewed successfully"