How to obtain API keys for sandbox and production environments
const options = { method: "POST", headers: { "x-ws-api-key": "<your api key here>", }, };