curl --location --request GET 'https://api.flashcat.cloud/saved-views?page' \
--header 'X-User-Token: <api-key>'{
"dat": [
{
"id": 0,
"name": "string",
"page": "string",
"filter": "string",
"public_cate": 0,
"gids": [
0
],
"create_at": 0,
"create_by": "string",
"update_at": 0,
"update_by": "string",
"is_favorite": true
}
],
"err": "string"
}