I want to know that can i call cloud function from postman software .When i\'m calling CF from postman it always give me
\"error\": { \"status\": \"
Could possibly also be that the cloud function is protected and can be invoked by adding Authorization header with the identity token as the Bearer.
You get the identity token by running
gcloud auth print-identity-token