I get a 405 when trying to send a POST request

since this is a collection type i think you need to send it to demo-requests
demo-request doesn’t exist so you can’t do POST methods to them hence 405 means method not allowed.

1 Like