Binary file load error: invalid or missing file source issue

Pre request script not able to update request body
Getting error “Binary file load error: invalid or missing file source”
How to solve this ?

pm.request.body.update({
mode: “file”,
file: [
{
src: “current_request.bin”
}
],
options: [
{
language: “json”
}
]
})