from polar_sdk import Polarwith Polar( access_token="<YOUR_BEARER_TOKEN_HERE>",) as polar: res = polar.customer_seats.list_seats() # Handle response print(res)
from polar_sdk import Polarwith Polar( access_token="<YOUR_BEARER_TOKEN_HERE>",) as polar: res = polar.customer_seats.list_seats() # Handle response print(res)