How to send file from Camunda workflow to server via POST call?

Hi All,
I have a process variable of type File (this is excel file) in my camunda workflow. I want to send that file to remote URL (.xyz Domain Names | Join Generation XYZ) via POST call.
What is the best way to make that POST call from Camunda? can I use Connector for that?