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/activation' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept: application/json' \
--header 'Accept-Language: en' \
--form 'activate="1"'{
"status": "string",
"loyalty_program": {
"status": true,
"activated": true,
"message": "Loyalty Program activation successfully"
},
"message": {
"type": "object",
"code": "string",
"name": "string",
"description": "string"
}
}