export interface GetSubMerchantApiKeyResponse { api_key: string; type: string; name: string; }