I am working on an API that allows a user to get a thumbnail representation of a file.
GET /files/:id/thumbnail.:extension
As you can see, the extension is a variable that can either be jpg or png. I’ve been able to model this just fine in our OAS3 file but it seems like Postman doesn’t recognise this path variable. Does anyone know how I could achieve this in Postman?