ENG-18456 - Zuora-Django integration not behaving well between VPCs
#+begin_src restclient
POST https://my.five.unbl.ink/billing/zuora/create-subscription/
Content-Type: application/json
{"company_id":"130001"}
#+end_src
#+RESULTS:
#+BEGIN_SRC js
{
"success": false,
"errorMsg": "Could not create a Zuora account for company ID 130001"
}
// POST https://my.five.unbl.ink/billing/zuora/create-subscription/
// HTTP/1.1 403 Forbidden
// Content-Language: en-US
// Content-Length: 88
// Content-Type: application/json
// Date: Tue, 14 Sep 2021 04:03:54 GMT
// Server: Caddy
// Server: Werkzeug/0.15.4 Python/3.7.9
// Set-Cookie: django_language=en-US; Path=/
// Vary: Authorization, Cookie
// X-Frame-Options: DENY
// Request duration: 0.045674s
#+END_SRC
#+RESULTS: