exports.read_write - Exports Read & WriteAuthorization: Bearer ********************{
"type": "customers"
}curl --location --request POST 'https://api.salla.dev/admin/v2/exports/customers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "customers"
}'{
"status": 200,
"success": true,
"data": {
"message": "سوف يتم ارسال بيانات العملاء علي بريدك الالكتروني بعد قليل"
}
}