Upserts a KPI for an order.
curl --request PUT \ --url https://console.lomaplatform.com/api/vendor/v1/orders/{orderId}/kpis \ --header 'API-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "kpi_id": "<string>", "value": 123 }'
API Key for the vendor
KPI updated.