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