Authorization: Bearer ********************curl --location --request POST '/history-domain-checks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_id": 0,
"keyword": "string",
"status": 0,
"checked_at": "2019-08-24T14:15:22.123Z",
"message": "string",
"image_path": "string",
"video_path": "string",
"image_cloud_path": "string",
"video_cloud_path": "string",
"domain_redirect": "string",
"hook_url": "string"
}'