export type PlatformUpdatePostRequest = { user_id: number; key: string; new_key?: string; name?: string; lms_url?: string; cms_url?: string; portal_url?: string; };