curl --location --request POST '/vds_app/techexpense/photo_upload' \ --header 'Authorization: vimpapi' \ --form 'file=@"C:\\Users\\USER_3\\Pictures\\device.PNG"' \ --form 'filename_with_extension="device.png"'
{}