**API Platform version(s) affected**: 4.0.4 **Description** According to the [JSON:API documentation](https://jsonapi.org/format/#crud-creating), an ID is not required in a POST request, but Api Platform requires it in OpenAPI documentation.  Can this be resolved so that the ID is not mandatory in a POST request? It also throws an error when I include an ID.