To make an API published in a non-RELEASE environment accessible, add the x-stage header to the API request.
Example:
r.Header.Add("x-stage", "RELEASE")