This is an example repository for api-platform/core#7397.
$ git clone git@github.com:ttskch/api-platform-core-7397.git
$ cd api-platform-core-7397
$ composer install
$ bin/console doctrine:database:create
$ bin/console doctrine:migrations:migrate -n$ symfony server:start --no-tls -d
$ open http://localhost:8000/api$ symfony server:stop