Returns a paginated list of boards owned by the authenticated user, ordered by creation date.
Pass your API key (prefixed cgk_) or a Supabase JWT in the
Authorization: Bearer <token> header.
Maximum number of items to return (1-100, default 50).
1 <= x <= 100Opaque cursor for pagination. Pass the cursor value from a previous response.
"eyJpZCI6ImExYjJjM2Q0LWU1ZjYtNzg5MC1hYmNkLWVmMTIzNDU2Nzg5MCIsImNyZWF0ZWRfYXQiOiIyMDI2LTAzLTE1VDEwOjMwOjAwLjAwMFoifQ"
Sort direction by created_at.
asc, desc