Authorization: Bearer ********************curl --location --request POST '/whitelist-domains' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''{
"success": true,
"data": true,
"message": "string"
}