### Short problem description The following JSON request is sent but 'incomplete credentials' are reported: ```JSON { "loginName": "admin", "password": "password" } ``` Using a local PHP development server (http://127.0.0.1:8000/api/v2/sessions), with .htaccess in root dir removed (to avoid permission issues). ### Steps to reproduce 1. Send a login request with above JSON using Postman Chrome app 2. Observe reported error ### Expected behaviour Session is created, success status returned ### Actual behaviour Error reported ### System configuration #### Package version Installed base-distribution via composer #### PHP and Composer version PHP 7.1.11 Composer version 1.5.2 2017-09-11 16:59:25