{"message":"Welcome to the Proxy API","endpoints":{"proxy":"/proxy?url=<target-url>"},"examples":{"withAuth":"GET /proxy?url=https://api.themoviedb.org/3/discover/movie with Authorization: Bearer token header","basic":"GET /proxy?url=https://api.themoviedb.org/3/discover/movie"},"parameters":{"url":{"type":"string","location":"query","required":true,"description":"The target URL to proxy"},"Authorization":{"type":"string","location":"headers","required":false,"format":"Bearer <token>","description":"Optional Bearer token for authentication"}}}