Remove --data-urlencode from the URL, that’s part of the curl command in the example, not part of the URL, and also make sure you’re POST’ing, as a GET will also cause a 404
1 Like
Remove --data-urlencode from the URL, that’s part of the curl command in the example, not part of the URL, and also make sure you’re POST’ing, as a GET will also cause a 404