As part of a RESTful API call, I have a supplier that has an endpoint within AWS, which I call through GET and POST requests. Postman has an authentication type called ‘AWS Signature’ which passes parameters such as ‘accessKey’, ‘secretKey’, ‘region’, ‘service’ and ‘sessionToken’.
Can support for this authentication type be added to Katalon, so that I can utilise this application for these API requests?