Hello, all right? I'll explain my doubt.
I have an array with multiple names to automate a list of clients and need to send one by one in a get request
Example site.com.br/api/cadastro/user/ > name
I need to go through the entire array, remove a name from it and get a get in the api, wait for the answer and move on to the next, and at the same time show a percentage type of how much is still missing to finish the array. p>
Thanks for the help:)