Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Key is to use python (or similar) to make bulk changes.Use a variable to store the API response and print this out on to screen.It is usually a <Response [200]> for success<Response [400]> or <Response [404]> for errors.To decipher this, you shoul...