I have the following flow in Power Automate but it doesn't work. I have an .app saved in OneDrive and I want to deploy it to Business Central with Power Automate:

- First step is Manual trigger
- Second step is Get content file from OneDrive
- Last step is Create record in BC through Microsoft Automation API with content file of second step
That flow doesn't work. It throws an error saying: ErrorCode: BadRequest Invalid Request Body
What I am doing wrong? Is this expected to work and this is a bug?