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-expiration' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept: application/json' \
--header 'Accept-Language: en' \
--form 'days="5"'{
"status": "object",
"points_expiry_period": 5,
"message": {
"type": "object",
"code": "MSG_POPUP_OK",
"name": "Points expiration",
"description": "Points expiration updated successfully"
}
}