In Symfony's Request::create method, headers should be specified using the correct server parameter keys. Specifically, the Content-Type header should be set as CONTENT_TYPE in the server parameters array, not Content-Type.
Request::create
Content-Type
CONTENT_TYPE