Closed stephenjesus closed 5 years ago
when i run the curl command "curl -4 -sv -H "Authorization: Token some-token" -H 'Content-type: application/json' -X POST -d '{"files": [{"name": "main.sh", "content": "echo \"hello\"\n"}]}' localhost:80/languages/bash/latest"
POST /languages/bash/latest HTTP/1.1 Host: localhost User-Agent: curl/7.47.0 Accept: / Authorization: Token some-token Content-type: application/json Content-Length: 63
when i run the curl command "curl -4 -sv -H "Authorization: Token some-token" -H 'Content-type: application/json' -X POST -d '{"files": [{"name": "main.sh", "content": "echo \"hello\"\n"}]}' localhost:80/languages/bash/latest"