Classify Bot Name
ClassifyBotName[POST]    
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/bot-access-policy/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"allow_access": [{"domain": "<domain_name>", "bot": "<bot_name1>"}], "deny_access": [{"domain": "<domain_name>", "bot": "<bot_name2>"}] }'
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/bot-access-policy/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"allow_access": [{"domain": "<domain_name>", "bot": "<bot_name1>"}], "deny_access": [{"domain": "<domain_name>", "bot": "<bot_name2>"}] }'
Allow or block a specific bot name for a domain.