Exchange a valid Clerk session token for SmartMemory auth cookies/session.
Response Body
application/json
curl -X POST "https://example.com/auth/clerk/session"{
"id": "string",
"email": "string",
"full_name": "string",
"tenant_id": "string",
"subscription_tier": "free",
"is_active": true,
"is_verified": true,
"created_at": "2019-08-24T14:15:22Z",
"roles": [
"string"
],
"default_team_id": "string"
}