Authorization: ********************
curl --location 'https://decibel.foo/api/subscription/checkout' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "checkoutUrl": "http://example.com" }