curl --request GET \
--url https://www.citedy.com/api/agent/personas \
--header 'Authorization: Bearer <token>'{
"personas": [
{
"slug": "<string>",
"displayName": "<string>",
"group": "<string>",
"description": "<string>"
}
],
"total": 123,
"usage": "<string>"
}curl --request GET \
--url https://www.citedy.com/api/agent/personas \
--header 'Authorization: Bearer <token>'{
"personas": [
{
"slug": "<string>",
"displayName": "<string>",
"group": "<string>",
"description": "<string>"
}
],
"total": 123,
"usage": "<string>"
}