Redirect a request made from the AWS marketplace to the front-end so the customer can be registered with a selected project. The given AWS token will be decoded and stored for future reference.
/v1/aws-customer-redirect
curl -L \ --request POST \ --url 'https://cloud-api.calyptia.com/v1/aws-customer-redirect' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'x-amzn-marketplace-token=text'
No body