feat: extend consent management api
Introduces 2 new API endpoints to proxygui to be used by Perun for consent management by user:
- GET /users/me/consents endpoint for listing all user's consents in proxy db
- DELETE /users/me/consents/<consent_id> endpoint for deleting a specific consent
closes PRX-286
Edited by Peter Bolha