Authorization: Bearer ********************
{
"type": "product-sample",
"format": "xlsx"
}
curl --location --request POST 'https://api.salla.dev/admin/v2/exports/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "product-sample",
"format": "xlsx"
}'
{
"status": 200,
"success": true,
"data": {
"message": "سوف يتم ارسال الملف علي بريدك الالكتروني بعد قليل"
}
}