Could you please give more CURD
example of the project rest-api : https://github.com/phalcon/rest-api
It has post
and get
example, how to deal with patch
or put
and delete
actions?should it create more controllers like AddController.php
controller?