Authorization: Bearer ********************curl --location --request POST '/export/check-brand-domain-histories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domains": [
"string"
],
"date_from": "2019-08-24",
"date_to": "2019-08-24",
"chunk_size": 1000
}'{
"success": true,
"data": "string",
"message": "string"
}