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 - Loyalty Program Readcurl --location --request GET 'https://api.zid.sa/v1/managers/loyalty-program/loyalty-status' \
--header 'Authorization: {{Autherization}}' \
--header 'X-MANAGER-TOKEN: {{Access-Token}}' \
--header 'Accept: application/json' \
--header 'Accept-Language: en' \
--header 'Content-Type: text/plain' \
--data-raw ''{
"status": "string",
"loyalty_status": true,
"message": {
"type": "object",
"code": "string",
"name": "string",
"description": "string"
}
}