Hi,
You generate your own random guid (you aren't issued one) and you use that in all your calls:
As per https://docs.microsoft.com/en-us/Office365/Enterprise/office-365-ip-web-service
- ClientRequestId - Query string parameter. A required GUID that you generate for client association. You should generate a GUID for each machine that calls the web service. Do not use the GUIDs shown in the following examples because they may be blocked by the web service in the future. GUID format is xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, where x represents a hexadecimal number. To generate a GUID, use the https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/new-guid?view=powershell-6 PowerShell command.
Regards
Steve