I am new to Zend Framework 2 - Apigility, i created the basic API with the Apigility UI and connected the api with a remote database.
Now i want to create a custom POST route for user login something like: /users/login. What are the steps to create a route like that? Is there any guide?
Thanks in advance!