Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
loyalty_program.read_write - Loyalty Program Read & Writecurl --location --request POST 'https://api.zid.sa/v1/managers/loyalty-program/points-redemption/delete' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept: application/json' \
--header 'Accept-Language: en' \
--form 'ruleId="4890974d-d474-4d08-99a4-a42b856ea71a"'{
"status": "object",
"points_redemption": {
"status": true,
"message": "Point redemption method deleted successfully"
},
"message": {
"type": "object",
"code": "MSG_POPUP_OK",
"name": "Points redemption",
"description": "Point redemption method deleted successfully"
}
}