Authorization: Bearer ********************curl --location --request POST '/run-manual-domain-by-type' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "CHECK",
"domain": [
"https://gooogle.com"
],
"keywords": [
"laravel"
]
}'{
"success": true,
"message": "string"
}