curl --location --request PUT 'https://rest.clicksend.com/v3/fax/receipts-read' \
--header 'Content-Type: application/json' \
--data-raw '{
"date_before": 1441958441
}'
{
"data": [],
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Receipts has been marked as read."
}