Hello,
I was trying to get a file content from my one drive account and pass & read it on my API using custom connector.
Here is my flow I created:

And here is my data models in my API:

However, as I run my MS flow, I got this error:

As you can see that the error might be because my context's data type is a string but apparently the File Content passed by one drive connector is not a string but a binary (I tried to put a simple string instead of a File Content on my flow and it works). What would be the data type I can use in my API to be able to store the file content passed by the one drive connector? is this a right way to do this? or Is there a better way to do this?
Thanks 