I am currently working to make providers using Terraform in Go language.
Are there FullStory APIs that would allow me to create, read, update and delete users.
With reference to this https://developer.fullstory.com/delete-user, the UID (unique id) is the application-specific ID that we've given to the user. We will have to pass that ID through the FS.identify Browser API function. How can I get a specific UID to add it in the URI to check the APIs functionality in Postman?