get
GET /backend/api/vendor-product/download-product-sample HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>binary</object>
post
POST /backend/api/vendor-import-datas/import-image HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 17

"file='binary'"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Given images imported successfully</message>
</object>
post
POST /backend/api/vendor-import-datas HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 17

"buffer='text'"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<fileName>./ErrorBulkProduct_1735536997894.xlsx</fileName>
</object>