curl --request POST \
--url https://sla.thena.ai/v1/sla/override-sla \
--header 'Content-Type: application/json' \
--data '
{
"entityId": "entity-123456",
"entityType": "ticket",
"metricOverrides": [
{
"durationInMinutes": 120,
"metric": "response_time"
}
]
}
'