Best Practice 3_Performance_TM: Use executeAsync() instead of execute()
Within your scripts like BRs, UI action etc - you may have observed, most of the time you have used execute method() when you are using RESTMessageV2 or SOAPMessageV2 to send the Request payload. ServiceNow recommendation is to use executeAsync()...