curl --location --request POST '/vds_app/branch/branch_logo_upload' \ --header 'Authorization;' \ --form 'branchid="1"' \ --form 'filename_with_extension="abc.png"' \ --form 'file=@"C:\\Users\\USER_3\\Downloads\\IMG-20250316-WA0002.jpg"'
{}