curl --request POST \
--url https://api.supersonic.cv/lists/entries \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"list_id": "<string>",
"filters": {},
"sorts": [
{
"field": "<string>",
"direction": "asc"
}
],
"page": 123,
"page_size": 123
}
'