curl --location '/v1/persona?created_by=undefined&cursor=undefined&limit=20' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"active_version": "string",
"artifact_id": "string",
"background_story": "string",
"created_by": "string",
"id": "string",
"name": "string",
"role": "string",
"tones": [
"string"
],
"traits": [
"string"
],
"updated_by": "string"
}
],
"paging": {
"cursors": {
"after": "string",
"before": "string"
},
"has_more": true,
"has_previous": true
}
}