Authorization: Bearer ********************curl --location --request POST '/check-block-session-histories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domains": [
"string"
],
"blocked_proxies": [
0
],
"is_warning": false,
"warning_text": [
"string"
],
"start_date": "2019-08-24T14:15:22.123Z",
"end_date": "2019-08-24T14:15:22.123Z",
"page": 0,
"per_page": 0
}'