Renew Certificate
RenewCertificate[POST]    
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/renew-certificates/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"env_name": "<staging/production>", "domains": ["<your_domain>"]}'
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/renew-certificates/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"env_name": "<staging/production>", "domains": ["<your_domain>"]}'
Renew you Let's Encrypt certificates. To renew multiple domains, the input should be separated by a comma, e.g: www.domain1.com, www.domain2.com, etc. Note that you will receive an email regarding the status of the renewal process.
The staging environment will not issue trusted certificates but is used to ensure that the verification process is working properly before moving to production. Let’s Encrypt’s production environment imposes much stricter rate limits, so to reduce the chance of you hitting those limits it is highly recommended to start by using the staging environment. For more information see letsencrypt.org/docs/staging-environment.
Warning: You can call renew certificates as many times as necessary in the staging environment, but there is a limit in production so handle with care.