Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************{
"type": "valid",
"entry_id": 0,
"from_entry_id": 0,
"to_entry_id": 0
}curl --location --request POST 'http://10.10.0.26:8080/api/acl/status?page=1&size=20' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "valid",
"entry_id": 0,
"from_entry_id": 0,
"to_entry_id": 0
}'{}