I\'m trying to parse an apparently valid JSON request-body in a HTTP Cloud Function with:
JSON.parse(payload);
But it keeps throwing HTTP 4
HTTP 4