**API Platform version(s) affected**: 3.0.x **Description** Starting Symfony 6.2 `Request->getContentType()` is deprecated and to be replaced with `Request->getContentTypeFormat()` **How to reproduce** Use Symfony 6.2 **Possible Solution** Replace with the correct method.