Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
third_coupons_write - Coupons Writecurl --location 'https://api.zid.sa/v1/managers/store/coupons/duplicate' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en' \
--form 'ids[]="6351718"' \
--form 'ids[]="6351716"'{
"status": "success",
"message": {
"type": "success",
"code": "MSG_POPUP_OK",
"name": "Coupons",
"description": "Coupons duplicated successfully"
}
}