Body
- 
    
  
" Ip = 0 Email = 1 Country = 2 "
Values are
0,1, or2. 
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/blacklist/{blockedItemId}' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"data":"string","note":"string","type":0,"customerForShopId":42}'
              curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/blacklist/{blockedItemId}' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
              curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/blacklist/{blockedItemId}' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
    {
  "data": "string",
  "note": "string",
  "type": 0,
  "customerForShopId": 42
}
{
  "data": "string",
  "note": "string",
  "type": 0,
  "customerForShopId": 42
}
{
  "data": "string",
  "note": "string",
  "type": 0,
  "customerForShopId": 42
}