Mark IP Bad Bot
MarkIpAsBadBotView[POST]    
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/mark-as-bad-bot/<ip_adress>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"attach_to_bot": "<bot_name>", "attach_to_domain": "<domain_name>"}'
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/mark-as-bad-bot/<ip_adress>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"attach_to_bot": "<bot_name>", "attach_to_domain": "<domain_name>"}'
MarkIpRangeAsBadBotView[POST]    
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/mark-as-bad-bot/<ip_adress_range>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"attach_to_bot": "<bot_name>", "attach_to_domain": "<domain_name>"}'
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/mark-as-bad-bot/<ip_adress_range>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"attach_to_bot": "<bot_name>", "attach_to_domain": "<domain_name>"}'
Mark the ip address (or address range) as bad bot. You need to specify a domain which you want to add this bot to, and the bot name you will attach that ip address to. If a bot with that name does not exist for one of your domains we will add a new one with the specified name. An IP can be given as "127.1.1.1", while an IP range can be given as "127.1.1.1-30"