Issue with Auto_Collect

Issue with Auto_Collect

Hello,

I have the following issue with trying to update the auto_collect field in a subscription:  code":1038,"message":"JSON is not well formed"

Here is the http exchange:

PUT /api/v1/subscriptions/338536000000xxxxxx HTTP/1.1
Host:  subscriptions.zoho.com
Authorization:  Zoho-authtoken xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
X-com-zoho-subscriptions-organizationid:  xxxxxxxxxx
Content-Type:  application/json;charset=UTF-8

-d'{"auto_collect":true}'

HTTP/1.1 400 Bad Request
Server:  ZGS
Date:  Tue, 20 Sep 2016 22:49:50 GMT
Content-Type:  application/json;charset=UTF-8
Transfer-Encoding:  chunked
Connection:  keep-alive
X-XSS-Protection:  1
X-Content-Type-Options:  nosniff
Cache-Control:  no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0
Pragma:  no-cache
BUILD_VERSION:  Sep_19_2016_23810
CLIENT_BUILD_VERSION:  Sep_19_2016_23810
SERVER_BUILD_VERSION:  Sep_17_2016_5314/
Content-Encoding:  gzip
Vary:  Accept-Encoding

{"code":1038,"message":"JSON is not well formed"}