this.getStripeProfile = async () => {
const U = await this.getAccessToken();
return await (await fetch(
`${this.cursorCredsService.getBackendUrl()}/auth/full_stripe_profile`,
Authorization: `Bearer ${U}`,
console.error("Failed to fetch stripe profile:", q);