Upload Image using Rest Api

How do i upload an image link using rest api . Am able to upload other data but images which is a link isn’t working

Please refere this Upload Image Rest API

Mandatory Params:

File Object
File Name
File URL

Thanks for this. I actually added this code on my headers ‘Content-Length’: Buffer.byteLength(JSON.stringify(data)).toString()