Add an API route to create records in Invenio RDM

Create a simple test route (e.g. /test-invenio) that triggers the creation of a new record in a locally deployed instance of InvenioRDM.

Check urls.py and views.py to add a new URL to the router and a function (views.py) that handles it.

For invenio install https://inveniordm.docs.cern.ch/install/

To activate a user https://inveniordm.docs.cern.ch/customize/vocabularies/users/

More information is available here: https://codimd.web.cern.ch/1sdKIBaYSPuLhHN9OxhDxg#

Edited by Kostas Chelakis