ylliX - Online Advertising Network

How do i fix Error 415 in Flask Python in this tiny code?

I am a beginner and i was trying to replicate a project from youtube tutorial but i got a strange message. When i tryied to type curl http://localhost:5000/videos/video3 -d “title=New Video” -X PUT i got this error {“message”: “Did not attempt to load JSON data because the request Content-Type was not ‘application/json’.”} I dont understood […]