Describe the bug
Currently the backend randomly generates the URL endpoint, where user has no option to edit it or choose custom endpoints while generating the new url. This feature will allow user to type their custom name when generating a new url. Since the url endpoint is stored as a primary key in global secondary index, we can't have native support for editing url instead, for editing we can create new url using the data of previous one and once the new url is generated we can delete the older one.
Area Where feature is related to