Blob response from HTTP request in the body, Save the response as a File Local Drive

Getting Blob as API response, need to save them as File Physically.

Converting them to String Byte using ToBase64 - > StringBye = System.Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(result))

Converting back to Byte → Convert.FromBase64String(StringBye)

Saving the file using Invoke WriteAllBytes