curl --request PATCH \
--url https://api.mnemom.ai/v1/admin/licenses/{license_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"expires_at": "2023-11-07T05:31:56Z",
"max_activations": 123,
"limits": {},
"feature_flags": {},
"notes": "<string>"
}
'{
"license_id": "<string>",
"updated": true
}curl --request PATCH \
--url https://api.mnemom.ai/v1/admin/licenses/{license_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"expires_at": "2023-11-07T05:31:56Z",
"max_activations": 123,
"limits": {},
"feature_flags": {},
"notes": "<string>"
}
'{
"license_id": "<string>",
"updated": true
}Supabase service role key for admin and service endpoints