how to make a random number with 32 characters nodejs code example
Example: how to generate random string in javascript
Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);