curl --location '/v1/end-users?cursor=undefined&limit=20&order=asc&participant_type=undefined&name=undefined&external_id=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"created_at": "string",
"created_by": "string",
"external_id": "string",
"id": "string",
"name": "string",
"participant_type": "string",
"persona_id": "string",
"tenant_id": "string",
"updated_at": "string",
"updated_by": "string"
}
],
"paging": {
"cursors": {
"after": "string",
"before": "string"
},
"has_more": true,
"has_previous": true
}
}