How to attach files in raw body in Postman? [closed]

I am trying to make a POST request with a file in a raw JSON body. I haven’t found a clear-cut way to do this in Postman with raw body. Anyone know how I can accomplish this?

I know that I can use multipart/form-data, but that’s not going to work with my requirements.