I've been trying to use this link to create a template that holds a file: https://www.twilio.com/docs/content-api/twilio-media
when i try to create the same template as the example i get this error:
{"code": 20404, "message": "The requested resource /Content was not found", "more_info": "https://www.twilio.com/docs/errors/20404", "status": 404}
i made sure my account's details that i was passing to the api were correct but still the error shows
i need the template to be created when i make the request using the api provided