Autoscale api should return application/json contenttype

I just noticed that the autoscaler api returns Content-Type “text/plain”, while the actual returned body is json-parseable. It would be good if the Content-Type header was set to “application/json”

Would you be open to making an PR for this?