Authorization: Bearer ********************curl --location --request POST '/run-retry-check-domain' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"history_domain_ids": [
"1"
],
"checked_at": "2024-07-24"
}'{
"success": true,
"message": "string"
}