# Get all memoriescurl https://api.yourserver.com/api/profiles/user-123/memories \ -H "Authorization: Bearer gp_your_key"# Get only factscurl "https://api.yourserver.com/api/profiles/user-123/memories?type=fact&limit=10" \ -H "Authorization: Bearer gp_your_key"