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