Replace wildcard URL purge endpoint with new POST endpoint

apichanged

Replace the wildcard single URL purge endpoint PURGE /* with POST /purge/{cached_url}. This avoids a scenario where customers incorrectly try to purge using the Fastly API hostname.

Prior change: JavaScript SDK 0.5.1

Following change: JavaScript SDK 0.5.2