API Response Javascript error

I am using Power Automate for Azure related work and get an HTTP Response once work is completed but since few day below piece of code is giving me empty value even when in debug log I am can see the HTTP Response

var message1;
message1 = context.PowerAutomateAPIService.response.body;
print(message1);