curl --request POST \
--url https://app.tagadapay.com/api/public/v1/plugins/v2/route/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deploymentInstanceId": "plugin_instance_abc123",
"storeId": "store_abc123",
"matcher": "/checkout/.*",
"excluder": "/checkout/admin/.*",
"priority": 10
}
'