#USE AT YOUR OWN RISK! There are edge cases that can be detremental to the health of your Twilio environment. This was solely an exercise to demonstrate that Twilio uses APIs to process changes on the Twilio CPaaS Platform.
#WARNING!!! Again, use at your own risk!!!
#How to get running moving numbers from parent to sub accounts ##Install Node Download and install: here https://nodejs.org/en/download
##Install Twilio CLI https://www.twilio.com/docs/twilio-cli/getting-started/install
##Add .env with ACCOUNT_SID=<Your Account SID (Parent account)> AUTH_TOKEN=
##Install dependencies npm -i
##Create the profile to run locally twilio profiles create Give it an easy name twilio profiles use
##Start the twilio serverless function twilio serverless start
##Visit the server that was started /index.html