curl --request PUT \
--url https://api.mnemom.ai/v1/admin/users/{user_id}/billing/limits \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"overage_threshold": 123,
"reason": "<string>"
}
'{
"success": true
}curl --request PUT \
--url https://api.mnemom.ai/v1/admin/users/{user_id}/billing/limits \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"overage_threshold": 123,
"reason": "<string>"
}
'{
"success": true
}