curl --request GET \
--url https://paradigm.lighton.ai/api/v3/agents/favorites \
--header 'Authorization: Bearer <token>'{
"favorites": [
{
"id": 123,
"agent_name": "<string>",
"agent_description": "<string>",
"agent_id": 123,
"user_id": 123
}
]
}Get a list of the current user’s favorited agents, ordered by newest first.
curl --request GET \
--url https://paradigm.lighton.ai/api/v3/agents/favorites \
--header 'Authorization: Bearer <token>'{
"favorites": [
{
"id": 123,
"agent_name": "<string>",
"agent_description": "<string>",
"agent_id": 123,
"user_id": 123
}
]
}