Sort:  

Hi @ydavgonzalez :) I do have an example in one of my github repositories for python. https://github.com/Bauloewe/SMBotFramework/blob/master/Requests.py

Check the submit team function. It's essentially an md5 hash over your team's uids and the secret. The secret is a string of 10 random ASCII characters and numbers.

Thank you very much, sorry for the delay in responding.