{ "info": { "_postman_id": "a10dbcfa-66ba-413f-a48b-37039e36c732", "name": "Bayan Al Islam", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Muslim", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/Api/recent-contents?lang=ar&init=true", "host": [ "{{app_url}}" ], "path": [ "Api", "recent-contents" ], "query": [ { "key": "lang", "value": "ar" }, { "key": "init", "value": "true" }, { "key": "ids[]", "value": "3", "description": "remove init and add this if you need to get contents without certain that is not within these ids\n", "disabled": true } ] } }, "response": [] }, { "name": "Non Muslim content", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/Api/non-muslim-recent-contents?lang=ar&init=true", "host": [ "{{app_url}}" ], "path": [ "Api", "non-muslim-recent-contents" ], "query": [ { "key": "lang", "value": "ar" }, { "key": "init", "value": "true" }, { "key": "ids[]", "value": "3", "description": "remove init and add this if you need to get contents without certain that is not within these ids\n", "disabled": true } ] } }, "response": [] }, { "name": "Content show", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/Api/single-content?id=3", "host": [ "{{app_url}}" ], "path": [ "Api", "single-content" ], "query": [ { "key": "id", "value": "3" } ] } }, "response": [] } ] }