{
	"info": {
		"_postman_id": "cdcbb221-85d7-4283-a682-f72d0163cbcb",
		"name": "Base 11",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "32222438"
	},
	"item": [
		{
			"name": "Admin",
			"item": [
				{
					"name": "Auth",
					"item": [
						{
							"name": "Login",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"pm.test(\"http response is ok 200  POST /admin/login login admin user only\", function (){\r",
											"    pm.response.to.have.status(200);\r",
											"\r",
											"    const responseJson = pm.response.json();\r",
											"\r",
											"    if(responseJson){\r",
											"\r",
											"        pm.collectionVariables.set(\"admin_token\", responseJson.data.token);\r",
											"        pm.expect(responseJson.data.token).to.be.a('string');\r",
											"    }\r",
											"});\r",
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "email",
											"value": "admin@info.com",
											"type": "text"
										},
										{
											"key": "password",
											"value": "123456",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/login",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"login"
									]
								}
							},
							"response": []
						},
						{
							"name": "Logout",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{admin_token}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "urlencoded",
									"urlencoded": []
								},
								"url": {
									"raw": "{{URL}}/admin/logout",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"logout"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Profile",
					"item": [
						{
							"name": "Notifications",
							"item": [
								{
									"name": "List Notifications",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/profile/notifications?type=read",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"profile",
												"notifications"
											],
											"query": [
												{
													"key": "type",
													"value": "read"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Mark notificaiton as read",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/profile/notification/e1ffad9a-514b-4fac-b949-4be06d6e7f51",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"profile",
												"notification",
												"e1ffad9a-514b-4fac-b949-4be06d6e7f51"
											],
											"query": [
												{
													"key": "type",
													"value": "all",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete notifcation",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/profile/notification/e1ffad9a-514b-4fac-b949-4be06d6e7f51",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"profile",
												"notification",
												"e1ffad9a-514b-4fac-b949-4be06d6e7f51"
											],
											"query": [
												{
													"key": "type",
													"value": "all",
													"disabled": true
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Show Profile",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/profile",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"profile"
									]
								}
							},
							"response": []
						},
						{
							"name": "My Permissions",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/profile/permissions",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"profile",
										"permissions"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "PUT",
											"type": "text"
										},
										{
											"key": "image",
											"value": "images\\\\general\\\\J0h9RIhtTWOKtoxXkhB9yErAA7Xm5EXaMFde7Npl.jpg",
											"type": "text"
										},
										{
											"key": "full_name",
											"value": "Mohamed Abdelmonem ",
											"type": "text"
										},
										{
											"key": "phone_code",
											"value": "0020",
											"type": "text"
										},
										{
											"key": "phone",
											"value": "01099647084",
											"type": "text"
										},
										{
											"key": "email",
											"value": "admin@info.com",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/profile",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"profile"
									]
								}
							},
							"response": []
						},
						{
							"name": "Switch Language",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{URL}}/admin/profile/language/switch/en",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"profile",
										"language",
										"switch",
										"en"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Password",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "PUT",
											"type": "text"
										},
										{
											"key": "current_password",
											"value": "123456",
											"type": "text"
										},
										{
											"key": "new_password",
											"value": "123456",
											"type": "text"
										},
										{
											"key": "new_password_confirmation",
											"value": "123456",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/profile/update-password",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"profile",
										"update-password"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Settings",
					"item": [
						{
							"name": "Socials",
							"item": [
								{
									"name": "List",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/settings/socials",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"settings",
												"socials"
											],
											"query": [
												{
													"key": "keyword",
													"value": "test",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Store",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "icon",
													"value": "images\\\\general\\\\J0h9RIhtTWOKtoxXkhB9yErAA7Xm5EXaMFde7Npl.jpg",
													"type": "text"
												},
												{
													"key": "ar[title]",
													"value": "facebook",
													"type": "text"
												},
												{
													"key": "en[title]",
													"value": "فيس بوك",
													"type": "text"
												},
												{
													"key": "link",
													"value": "https://fb.com/mabdulmonem",
													"type": "text"
												},
												{
													"key": "status",
													"value": "1",
													"description": "1,0",
													"type": "text"
												},
												{
													"key": "ordering",
													"value": "1",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{URL}}/admin/settings/socials",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"settings",
												"socials"
											]
										}
									},
									"response": []
								},
								{
									"name": "Show",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/settings/socials/1",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"settings",
												"socials",
												"1"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "_method",
													"value": "PUT",
													"type": "text"
												},
												{
													"key": "icon",
													"value": "images\\\\countries\\\\IW6MVRnxNTVhxYttSdLxAV5tXPzAWePxFlYlaMN3.png",
													"type": "text",
													"disabled": true
												},
												{
													"key": "ar[title]",
													"value": "facebook",
													"type": "text"
												},
												{
													"key": "en[title]",
													"value": "فيس بوك",
													"type": "text"
												},
												{
													"key": "link",
													"value": "https://fb.com/mabdulmonem",
													"type": "text"
												},
												{
													"key": "status",
													"value": "1",
													"description": "1,0",
													"type": "text"
												},
												{
													"key": "ordering",
													"value": "1",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{URL}}/admin/settings/socials/1",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"settings",
												"socials",
												"1"
											]
										}
									},
									"response": []
								},
								{
									"name": "Status Update",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "status",
													"value": "0",
													"description": "active,inactive",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{URL}}/admin/settings/socials/1/status",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"settings",
												"socials",
												"1",
												"status"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Request",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/settings/socials/1",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"settings",
												"socials",
												"1"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Settings",
							"item": [
								{
									"name": "List",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/settings",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"settings"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update  |Create",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "phones",
													"value": "0102541645 - 05416516541",
													"type": "text"
												},
												{
													"key": "whatsapp",
													"value": "016541516",
													"type": "text"
												},
												{
													"key": "email",
													"value": "anan@anan.com",
													"type": "text"
												},
												{
													"key": "logo",
													"value": "images\\\\general\\\\J0h9RIhtTWOKtoxXkhB9yErAA7Xm5EXaMFde7Npl.jpg",
													"type": "text"
												},
												{
													"key": "fav",
													"value": "images\\\\general\\\\J0h9RIhtTWOKtoxXkhB9yErAA7Xm5EXaMFde7Npl.jpg",
													"type": "text"
												},
												{
													"key": "site_info[ar][title]",
													"value": "f sdf sdf sd",
													"type": "text"
												},
												{
													"key": "site_info[en][title]",
													"value": "sdf s dfsd f",
													"type": "text"
												},
												{
													"key": "site_info[ar][description]",
													"value": " sdfsdf sdfsd",
													"type": "text"
												},
												{
													"key": "site_info[en][description]",
													"value": " sdfsdf sd",
													"type": "text"
												},
												{
													"key": "site_info[ar][keywords]",
													"value": " fsdfsdf sd",
													"type": "text"
												},
												{
													"key": "site_info[en][keywords]",
													"value": " fsdfsd ",
													"type": "text"
												},
												{
													"key": "site_info[ar][short_description]",
													"value": "sdf sdfsdf sf sd",
													"type": "text"
												},
												{
													"key": "site_info[en][short_description]",
													"value": "s dfsd fsdf sdfsd",
													"type": "text"
												},
												{
													"key": "location[lat]",
													"value": "",
													"type": "text",
													"disabled": true
												},
												{
													"key": "location[lng]",
													"value": "",
													"type": "text",
													"disabled": true
												}
											]
										},
										"url": {
											"raw": "{{URL}}/admin/settings",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"settings"
											]
										}
									},
									"response": []
								}
							]
						}
					]
				},
				{
					"name": "Permissions",
					"item": [
						{
							"name": "List",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{admin_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{URL}}/admin/permissions",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"permissions"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{admin_token}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "route_name",
											"value": "test",
											"type": "text"
										},
										{
											"key": "_method",
											"value": "PUT",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/permissions/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"permissions",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Show",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{admin_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{URL}}/admin/permissions/2",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"permissions",
										"2"
									]
								}
							},
							"response": []
						},
						{
							"name": "List All Permissions",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{URL}}/admin/permissions/list",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"permissions",
										"list"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Roles",
					"item": [
						{
							"name": "List No Paignation",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{admin_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{URL}}/admin/roles/list",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"roles",
										"list"
									]
								}
							},
							"response": []
						},
						{
							"name": "List",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{admin_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{URL}}/admin/roles",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"roles"
									]
								}
							},
							"response": []
						},
						{
							"name": "Store",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "ar[name]",
											"value": "تستثصقصثق",
											"type": "text"
										},
										{
											"key": "en[name]",
											"value": "testقثصق",
											"type": "text"
										},
										{
											"key": "status",
											"value": "1",
											"description": "0= inactive, 1 = active",
											"type": "text"
										},
										{
											"key": "permissions[0]",
											"value": "1",
											"description": "array of permission ids",
											"type": "text"
										},
										{
											"key": "permissions[1]",
											"value": "2",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/roles",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"roles"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{admin_token}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "title",
											"value": "sub-admin",
											"type": "text"
										},
										{
											"key": "ar[name]",
											"value": "المشرف",
											"type": "text"
										},
										{
											"key": "en[name]",
											"value": "Sub admin",
											"type": "text"
										},
										{
											"key": "is_active",
											"value": "1",
											"description": "0= inactive, 1 = active",
											"type": "text"
										},
										{
											"key": "permissions[0]",
											"value": "",
											"description": "array of permission ids",
											"type": "text",
											"disabled": true
										},
										{
											"key": "_method",
											"value": "PUT",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/roles/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"roles",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Show",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{admin_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{URL}}/admin/roles/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"roles",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Destroy",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{admin_token}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{URL}}/admin/roles/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"roles",
										"1"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "slider",
					"item": [
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/sliders",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"sliders"
									],
									"query": [
										{
											"key": "keyword",
											"value": "",
											"description": "search",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "pages",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/sliders/pages",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"sliders",
										"pages"
									]
								}
							},
							"response": []
						},
						{
							"name": "Store",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "image",
											"value": "images\\\\general\\\\mjBq0sMV4DVCciz5ppoczqF0qPEJitHxhuJQWNlG.jpg",
											"description": "attachment",
											"type": "text"
										},
										{
											"key": "ar[title]",
											"value": "المنصوره",
											"type": "text"
										},
										{
											"key": "en[title]",
											"value": "elmansoura",
											"type": "text"
										},
										{
											"key": "ar[description]",
											"value": "المنصوره",
											"type": "text"
										},
										{
											"key": "en[description]",
											"value": "elmansoura",
											"type": "text"
										},
										{
											"key": "type",
											"value": "our_values",
											"description": "our_values,slider",
											"type": "text"
										},
										{
											"key": "page",
											"value": "service",
											"description": "service,home,about,privacy,terms,contact,comnay,project => all get from endpoint",
											"type": "text"
										},
										{
											"key": "order",
											"value": "1",
											"type": "text"
										},
										{
											"key": "status",
											"value": "1",
											"description": "1,0",
											"type": "text"
										},
										{
											"key": "service_id",
											"value": "",
											"description": "this when page is service",
											"type": "text"
										},
										{
											"key": "company_id",
											"value": "",
											"type": "text"
										},
										{
											"key": "project_id",
											"value": "",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/sliders",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"sliders"
									]
								}
							},
							"response": []
						},
						{
							"name": "Show Request",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/sliders/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"sliders",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Request",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "put",
											"type": "text"
										},
										{
											"key": "image",
											"value": "images\\countries\\dghOX5rUjIhN9LM6H17kF7PAQLWuRC0BWzOqhlnN.jpg",
											"type": "text"
										},
										{
											"key": "ar[title]",
											"value": "المنصوره",
											"type": "text"
										},
										{
											"key": "en[title]",
											"value": "elmansoura",
											"type": "text"
										},
										{
											"key": "ar[desc]",
											"value": "المنصوره",
											"type": "text"
										},
										{
											"key": "en[desc]",
											"value": "elmansoura",
											"type": "text"
										},
										{
											"key": "is_active",
											"value": "1",
											"description": "1,0",
											"type": "text"
										},
										{
											"key": "start_at",
											"value": "2022-12-22",
											"type": "text"
										},
										{
											"key": "end_at",
											"value": "2022-12-23",
											"type": "text"
										},
										{
											"key": "link",
											"value": "https://backend.aait131231/",
											"type": "text"
										},
										{
											"key": "type",
											"value": "external",
											"description": "external,service",
											"type": "text"
										},
										{
											"key": "category_id",
											"value": "",
											"type": "text"
										},
										{
											"key": "platform",
											"value": "",
											"description": "website,app",
											"type": "text"
										},
										{
											"key": "order",
											"value": "",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}admin/sliders/2",
									"host": [
										"{{URL}}admin"
									],
									"path": [
										"sliders",
										"2"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Request",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{URL}}admin/sliders/1",
									"host": [
										"{{URL}}admin"
									],
									"path": [
										"sliders",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Status Request",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{URL}}admin/sliders/1/status",
									"host": [
										"{{URL}}admin"
									],
									"path": [
										"sliders",
										"1",
										"status"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Pages",
					"item": [
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/pages",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"pages"
									]
								}
							},
							"response": []
						},
						{
							"name": "Show",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/pages/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"pages",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "type",
											"value": "privacy",
											"description": "privacy,terms | *",
											"type": "text"
										},
										{
											"key": "ar[title]",
											"value": "عن بالعربية عنوان",
											"description": "*",
											"type": "text"
										},
										{
											"key": "en[title]",
											"value": "about in english title",
											"description": "*",
											"type": "text"
										},
										{
											"key": "ar[content]",
											"value": "أبجد هوز دولور الجلوس amet. Qui aliquam vero qui galisum consequatur eos dicta eius sit doloremque assumenda 33 optio quisquam et voluptate voluptatum ab fugit nobis? At inventore rerum qui reiciendis minima et voluptatem earum. Et rerum molestias qui facere exercitationem id magnam facilis. Sit nostrum laudantium et nihil unde ut minima dolorum eum culpa Quis. Aut velit nisi ut similique consequuntur et rerum facilis? Ab velit dolore rem soluta modi qui blanditiis quia ut possimus ipsam eum ven",
											"description": "*",
											"type": "text"
										},
										{
											"key": "en[content]",
											"value": "Lorem ipsum dolor sit amet. Qui aliquam vero qui galisum consequatur eos dicta eius sit doloremque assumenda 33 optio quisquam et voluptate voluptatum ab fugit nobis? At inventore rerum qui reiciendis minima et voluptatem earum. Et rerum molestias qui facere exercitationem id magnam facilis. Sit nostrum laudantium et nihil unde ut minima dolorum eum culpa Quis. Aut velit nisi ut similique consequuntur et rerum facilis? Ab velit dolore rem soluta modi qui blanditiis quia ut possimus ipsam eum ven",
											"description": "*",
											"type": "text"
										},
										{
											"key": "ar[slug]",
											"value": "about ar",
											"description": "this is required for first time for type",
											"type": "text"
										},
										{
											"key": "en[slug]",
											"value": "about en",
											"description": "this is required for first time for type",
											"type": "text"
										},
										{
											"key": "image",
											"value": "images\\\\countries\\\\IW6MVRnxNTVhxYttSdLxAV5tXPzAWePxFlYlaMN3.png",
											"type": "text",
											"disabled": true
										},
										{
											"key": "ar[subtitle]",
											"value": "أبجد هوز دولور الجلوس amet. Qui aliquam vero qui galisum consequatur eos dicta eius sit doloremque assumenda 33 optio quisquam et voluptate voluptatum ab fugit nobis? At inventore rerum qui reiciendis minima et voluptatem earum. Et rerum molestias qui facere exercitationem id magnam facilis. Sit nostrum laudantium et nihil unde ut minima dolorum eum culpa Quis. Aut velit nisi ut similique consequuntur et rerum facilis? Ab velit dolore rem soluta modi qui blanditiis quia ut possimus ipsam eum ven",
											"description": "*",
											"type": "text"
										},
										{
											"key": "en[subtitle]",
											"value": "Lorem ipsum dolor sit amet. Qui aliquam vero qui galisum consequatur eos dicta eius sit doloremque assumenda 33 optio quisquam et voluptate voluptatum ab fugit nobis? At inventore rerum qui reiciendis minima et voluptatem earum. Et rerum molestias qui facere exercitationem id magnam facilis. Sit nostrum laudantium et nihil unde ut minima dolorum eum culpa Quis. Aut velit nisi ut similique consequuntur et rerum facilis? Ab velit dolore rem soluta modi qui blanditiis quia ut possimus ipsam eum ven",
											"description": "*",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/pages",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"pages"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "PUT",
											"type": "text"
										},
										{
											"key": "type",
											"value": "about",
											"description": "privacy,about,terms,contact,faq | *",
											"type": "text"
										},
										{
											"key": "ar[title]",
											"value": "عن بالعربية عنوان",
											"description": "*",
											"type": "text"
										},
										{
											"key": "ar[content]",
											"value": "أبجد هوز دولور الجلوس amet. Qui aliquam vero qui galisum consequatur eos dicta eius sit doloremque assumenda 33 optio quisquam et voluptate voluptatum ab fugit nobis? At inventore rerum qui reiciendis minima et voluptatem earum. Et rerum molestias qui facere exercitationem id magnam facilis. Sit nostrum laudantium et nihil unde ut minima dolorum eum culpa Quis. Aut velit nisi ut similique consequuntur et rerum facilis? Ab velit dolore rem soluta modi qui blanditiis quia ut possimus ipsam eum ven",
											"description": "*",
											"type": "text"
										},
										{
											"key": "ar[slug]",
											"value": "about ar",
											"description": "this is required for first time for type",
											"type": "text",
											"disabled": true
										},
										{
											"key": "en[title]",
											"value": "about in english title",
											"description": "*",
											"type": "text"
										},
										{
											"key": "en[content]",
											"value": "Lorem ipsum dolor sit amet. Qui aliquam vero qui galisum consequatur eos dicta eius sit doloremque assumenda 33 optio quisquam et voluptate voluptatum ab fugit nobis? At inventore rerum qui reiciendis minima et voluptatem earum. Et rerum molestias qui facere exercitationem id magnam facilis. Sit nostrum laudantium et nihil unde ut minima dolorum eum culpa Quis. Aut velit nisi ut similique consequuntur et rerum facilis? Ab velit dolore rem soluta modi qui blanditiis quia ut possimus ipsam eum ven",
											"description": "*",
											"type": "text"
										},
										{
											"key": "en[slug]",
											"value": "about en",
											"description": "this is required for first time for type",
											"type": "text",
											"disabled": true
										},
										{
											"key": "image",
											"value": "images\\\\countries\\\\IW6MVRnxNTVhxYttSdLxAV5tXPzAWePxFlYlaMN3.png",
											"type": "text",
											"disabled": true
										},
										{
											"key": "order",
											"value": "1",
											"description": "*",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/pages/9",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"pages",
										"9"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/pages/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"pages",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Page types",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/pages/types",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"pages",
										"types"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Admins",
					"item": [
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/admins",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"admins"
									],
									"query": [
										{
											"key": "status",
											"value": "",
											"description": "boolean",
											"disabled": true
										},
										{
											"key": "keyword",
											"value": "",
											"description": "string",
											"disabled": true
										},
										{
											"key": "order",
											"value": "",
											"description": "asc,desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Store",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "full_name",
											"value": "Mohamed AbdelMonem",
											"description": "required",
											"type": "text"
										},
										{
											"key": "image",
											"value": "images\\\\general\\\\mjBq0sMV4DVCciz5ppoczqF0qPEJitHxhuJQWNlG.jpg",
											"description": "required",
											"type": "text"
										},
										{
											"key": "email",
											"value": "aasd@1ab1a.com",
											"description": "required",
											"type": "text"
										},
										{
											"key": "phone",
											"value": "01221",
											"description": "required",
											"type": "text"
										},
										{
											"key": "phone_code",
											"value": "699",
											"description": "required",
											"type": "text"
										},
										{
											"key": "password",
											"value": "123456",
											"description": "required",
											"type": "text"
										},
										{
											"key": "password_confirmation",
											"value": "123456",
											"description": "required",
											"type": "text"
										},
										{
											"key": "role_id",
											"value": "6",
											"description": "required",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/admins",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"admins"
									]
								}
							},
							"response": []
						},
						{
							"name": "Show",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/admins/3",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"admins",
										"3"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "PUT",
											"type": "text"
										},
										{
											"key": "full_name",
											"value": "Mohamed AbdelMonem",
											"description": "required",
											"type": "text"
										},
										{
											"key": "image",
											"value": "images\\\\countries\\\\TL5MiQy0dX5AWjeB0xEFz8kHWMzVWZhmHYaGMG4r.png",
											"description": "required",
											"type": "text"
										},
										{
											"key": "email",
											"value": "aasd@1ab1a.com",
											"description": "required",
											"type": "text"
										},
										{
											"key": "phone",
											"value": "01221",
											"description": "required",
											"type": "text"
										},
										{
											"key": "phone_code",
											"value": "20",
											"description": "required",
											"type": "text"
										},
										{
											"key": "password",
											"value": "123456",
											"description": "required",
											"type": "text"
										},
										{
											"key": "password_confirmation",
											"value": "123456",
											"type": "text"
										},
										{
											"key": "role_id",
											"value": "1",
											"type": "text"
										},
										{
											"key": "park_id",
											"value": "1",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}admin/admins/5",
									"host": [
										"{{URL}}admin"
									],
									"path": [
										"admins",
										"5"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/admins/3",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"admins",
										"3"
									]
								}
							},
							"response": []
						},
						{
							"name": "Block un block",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{URL}}/admin/admins/3/status",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"admins",
										"3",
										"status"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Contact",
					"item": [
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/contacts?job_requests=1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"contacts"
									],
									"query": [
										{
											"key": "job_requests",
											"value": "1",
											"description": "to get job requetss"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Show",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/contacts/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"contacts",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/contacts/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"contacts",
										"1"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "HOme",
					"item": [
						{
							"name": "Home",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/home",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"home"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "City",
					"item": [
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/cities",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"cities"
									],
									"query": [
										{
											"key": "keyword",
											"value": "",
											"description": "search",
											"disabled": true
										},
										{
											"key": "order",
											"value": "",
											"description": "sort, values => asc,desc",
											"disabled": true
										},
										{
											"key": "country",
											"value": null,
											"description": "country id ",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "List Without pagination",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/cities/select",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"cities",
										"select"
									]
								}
							},
							"response": []
						},
						{
							"name": "Store",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "country_id",
											"value": "1",
											"description": "required => from countries id",
											"type": "text"
										},
										{
											"key": "ar[name]",
											"value": "المنصوره",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "en[name]",
											"value": "elmansoura",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "lat",
											"value": "12.2",
											"type": "text"
										},
										{
											"key": "lng",
											"value": "12.1",
											"type": "text"
										},
										{
											"key": "status",
											"value": "1",
											"description": "1,0",
											"type": "text"
										},
										{
											"key": "postal_code",
											"value": "35799",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/cities",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"cities"
									]
								}
							},
							"response": []
						},
						{
							"name": "Show Request",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/cities/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"cities",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Request",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "put",
											"type": "text"
										},
										{
											"key": "country_id",
											"value": "1",
											"description": "required => from countries id",
											"type": "text"
										},
										{
											"key": "ar[name]",
											"value": "المنصوره",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "en[name]",
											"value": "elmansoura",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "lat",
											"value": "12.2",
											"type": "text"
										},
										{
											"key": "lng",
											"value": "12.1",
											"type": "text"
										},
										{
											"key": "status",
											"value": "1",
											"description": "1,0",
											"type": "text"
										},
										{
											"key": "postal_code",
											"value": "35799",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/cities/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"cities",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Request",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/cities/2",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"cities",
										"2"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Status Request",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/cities/1/status",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"cities",
										"1",
										"status"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Countries",
					"item": [
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/countries",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"countries"
									],
									"query": [
										{
											"key": "keyword",
											"value": "e",
											"description": "search",
											"disabled": true
										},
										{
											"key": "order",
											"value": "",
											"description": "sort, values => asc,desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Store Country",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "ar[name]",
											"value": "مصر",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "en[name]",
											"value": "egypt",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "status",
											"value": "1",
											"description": "required  |1,0",
											"type": "text"
										},
										{
											"key": "phone_code",
											"value": "20",
											"description": "required => int from countries",
											"type": "text"
										},
										{
											"key": "phone_limit",
											"value": "5",
											"description": "required ",
											"type": "text"
										},
										{
											"key": "flag",
											"value": "files\\\\users\\\\1720452770___file_jk9WR9AJNNBX82nERWVvrS9eeLj6Jwo1rFlHGW0Q.svg",
											"description": "required ",
											"type": "text"
										},
										{
											"key": "short_name",
											"value": "EG",
											"description": "required ",
											"type": "text"
										},
										{
											"key": "ar[currency]",
											"value": "جنية مصري",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "en[currency]",
											"value": "Egyption Pound",
											"description": "required => string",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/countries",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"countries"
									]
								}
							},
							"response": []
						},
						{
							"name": "Show",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/countries/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"countries",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "List without pagination",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/countries/select",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"countries",
										"select"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "PUT",
											"type": "text"
										},
										{
											"key": "ar[name]",
											"value": "مصر",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "en[name]",
											"value": "egypt",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "status",
											"value": "1",
											"description": "required  |1,0",
											"type": "text"
										},
										{
											"key": "phone_code",
											"value": "0020",
											"description": "required => int from countries",
											"type": "text"
										},
										{
											"key": "phone_limit",
											"value": "5",
											"description": "required ",
											"type": "text"
										},
										{
											"key": "flag",
											"value": "images\\\\countries\\\\I2JQ52Bq23jgnTrQhvCosEMjy4xlGoFkXMqTOoMO.jpg",
											"description": "required ",
											"type": "text"
										},
										{
											"key": "short_name",
											"value": "EG",
											"description": "required ",
											"type": "text"
										},
										{
											"key": "ar[currency]",
											"value": "جنية مصري",
											"description": "required => string",
											"type": "text"
										},
										{
											"key": "en[currency]",
											"value": "Egyption Pound",
											"description": "required => string",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/countries/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"countries",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Status",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/countries/1/status",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"countries",
										"1",
										"status"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/countries/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"countries",
										"1"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Clients",
					"item": [
						{
							"name": "Wallet",
							"item": [
								{
									"name": "List",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/clients/wallet/{client-id}",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"clients",
												"wallet",
												"{client-id}"
											],
											"query": [
												{
													"key": "transaction_type",
													"value": null,
													"description": "fund,withdraw,purchase,cashback,admin fund",
													"disabled": true
												},
												{
													"key": "keyword",
													"value": "1500",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Add fund",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "amount",
													"value": "1500",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{URL}}/admin/clients/wallet/{client-id}",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"clients",
												"wallet",
												"{client-id}"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Withdraw Requests",
							"item": [
								{
									"name": "List",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/clients/withdraw/requests",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"clients",
												"withdraw",
												"requests"
											]
										}
									},
									"response": []
								},
								{
									"name": "Show",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{URL}}/admin/clients/withdraw/requests",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"clients",
												"withdraw",
												"requests"
											]
										}
									},
									"response": []
								},
								{
									"name": "Withdraw Acton",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "status",
													"value": "accepted",
													"description": "accepted,rejected",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{URL}}/admin/clients/withdraw/requests/2",
											"host": [
												"{{URL}}"
											],
											"path": [
												"admin",
												"clients",
												"withdraw",
												"requests",
												"2"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/clients",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"clients"
									],
									"query": [
										{
											"key": "status",
											"value": "",
											"description": "boolean",
											"disabled": true
										},
										{
											"key": "keyword",
											"value": "",
											"description": "string",
											"disabled": true
										},
										{
											"key": "order",
											"value": "",
											"description": "asc,desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Store",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "full_name",
											"value": "Mohamed AbdelMonem",
											"description": "required",
											"type": "text"
										},
										{
											"key": "image",
											"value": "images\\\\countries\\\\I2JQ52Bq23jgnTrQhvCosEMjy4xlGoFkXMqTOoMO.jpg",
											"description": "required",
											"type": "text"
										},
										{
											"key": "email",
											"value": "a1ana@1ab1a.com",
											"description": "required",
											"type": "text"
										},
										{
											"key": "phone",
											"value": "01234",
											"description": "required",
											"type": "text"
										},
										{
											"key": "phone_code",
											"value": "0020",
											"description": "required",
											"type": "text"
										},
										{
											"key": "password",
											"value": "123456",
											"description": "required",
											"type": "text"
										},
										{
											"key": "password_confirmation",
											"value": "123456",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/clients",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"clients"
									]
								}
							},
							"response": []
						},
						{
							"name": "Show",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/clients/{client-id}",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"clients",
										"{client-id}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "PUT",
											"type": "text"
										},
										{
											"key": "full_name",
											"value": "Mohamed AbdelMonem",
											"description": "required",
											"type": "text"
										},
										{
											"key": "image",
											"value": "images\\\\countries\\\\I2JQ52Bq23jgnTrQhvCosEMjy4xlGoFkXMqTOoMO.jpg",
											"description": "required",
											"type": "text"
										},
										{
											"key": "email",
											"value": "a1ana@1ab1a.com",
											"description": "required",
											"type": "text"
										},
										{
											"key": "phone",
											"value": "01211",
											"description": "required",
											"type": "text"
										},
										{
											"key": "phone_code",
											"value": "0020",
											"description": "required",
											"type": "text"
										},
										{
											"key": "password",
											"value": "123456",
											"description": "required",
											"type": "text"
										},
										{
											"key": "password_confirmation",
											"value": "123456",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/clients/{client-id}",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"clients",
										"{client-id}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/clients/{client-id}",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"clients",
										"{client-id}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Block un block",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{URL}}/admin/clients/{client-id}/status",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"clients",
										"{client-id}",
										"status"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Without paginate",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"method": "GET",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{URL}}/admin/clients/list",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"clients",
										"list"
									],
									"query": [
										{
											"key": "keyword",
											"value": "search keyword",
											"disabled": true
										},
										{
											"key": "order",
											"value": "asc",
											"description": "asc,desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Coupons",
					"item": [
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/coupons",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"coupons"
									],
									"query": [
										{
											"key": "keyword",
											"value": null,
											"disabled": true
										},
										{
											"key": "start_date",
											"value": null,
											"disabled": true
										},
										{
											"key": "end_date",
											"value": null,
											"disabled": true
										},
										{
											"key": "status",
											"value": null,
											"description": "1,0",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Show",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/coupons/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"coupons",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Store",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "ar[name]",
											"value": "ar name",
											"type": "text"
										},
										{
											"key": "en[name]",
											"value": "en name",
											"type": "text"
										},
										{
											"key": "code",
											"value": "MONEM",
											"type": "text"
										},
										{
											"key": "value",
											"value": "10",
											"type": "text"
										},
										{
											"key": "started_at",
											"value": "2024-06-03 15:02",
											"type": "text"
										},
										{
											"key": "ended_at",
											"value": "2024-10-15 15:02",
											"type": "text"
										},
										{
											"key": "max_limit",
											"value": "10",
											"type": "text"
										},
										{
											"key": "status",
											"value": "1",
											"type": "text"
										},
										{
											"key": "max_amount",
											"value": "10",
											"description": "the max amount of discount",
											"type": "text"
										},
										{
											"key": "max_user",
											"value": "1",
											"description": "the number of times that user used this coupon",
											"type": "text"
										},
										{
											"key": "discount_type",
											"value": "fixed",
											"description": "required | fixed, percentage",
											"type": "text"
										},
										{
											"key": "limit_amount",
											"value": "100",
											"description": "The admin sets a specific amount, and when the customer exceeds this amount, he will receive a fixed discount coupon for a full year",
											"type": "text"
										},
										{
											"key": "limit_amount_discount",
											"value": "150",
											"description": "This is the fixed discount amount for a full year ",
											"type": "text"
										},
										{
											"key": "products[0]",
											"value": "1",
											"description": "nullable| This field specifies the products to which the coupon applies. It is nullable, meaning that if no products are specified, the coupon can be applied to any product.",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/coupons",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"coupons"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "put",
											"type": "text"
										},
										{
											"key": "ar[name]",
											"value": "ar name",
											"type": "text"
										},
										{
											"key": "en[name]",
											"value": "en name",
											"type": "text"
										},
										{
											"key": "code",
											"value": "asd123",
											"type": "text"
										},
										{
											"key": "value",
											"value": "10",
											"type": "text"
										},
										{
											"key": "started_at",
											"value": "2024-06-15 15:02",
											"type": "text"
										},
										{
											"key": "ended_at",
											"value": "2024-07-15 15:02",
											"type": "text"
										},
										{
											"key": "max_limit",
											"value": "10",
											"type": "text"
										},
										{
											"key": "status",
											"value": "1",
											"type": "text"
										},
										{
											"key": "max_amount",
											"value": "10",
											"description": "the max amount of discount",
											"type": "text"
										},
										{
											"key": "max_user",
											"value": "2",
											"description": "the number of times that user used this coupon",
											"type": "text"
										},
										{
											"key": "discount_type",
											"value": "percentage",
											"description": "required | fixed, percentage",
											"type": "text"
										},
										{
											"key": "limit_amount",
											"value": "100",
											"type": "text"
										},
										{
											"key": "limit_amount_discount",
											"value": "150",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/coupons/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"coupons",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Change status",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{URL}}/admin/coupons/3/status",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"coupons",
										"3",
										"status"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Payment Method",
					"item": [
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/payment/methods",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"payment",
										"methods"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Status",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/payment/methods/1/status",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"payment",
										"methods",
										"1",
										"status"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "_method",
											"value": "PUT",
											"type": "text"
										},
										{
											"key": "image",
											"value": "",
											"description": "nullable",
											"type": "text"
										},
										{
											"key": "ar[name]",
											"value": "sdfsdf",
											"type": "text"
										},
										{
											"key": "ar[description]",
											"value": "dfsdf",
											"type": "text"
										},
										{
											"key": "en[name]",
											"value": "sdfsdf",
											"type": "text"
										},
										{
											"key": "en[description]",
											"value": "dfsdf",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/admin/payment/methods/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"payment",
										"methods",
										"1"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Transactions",
					"item": [
						{
							"name": "List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/transactions",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"transactions"
									]
								}
							},
							"response": []
						},
						{
							"name": "Export Pdf",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/transactions/export/pdf",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"transactions",
										"export",
										"pdf"
									]
								}
							},
							"response": []
						},
						{
							"name": "Export excel",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/admin/transactions/export/excel",
									"host": [
										"{{URL}}"
									],
									"path": [
										"admin",
										"transactions",
										"export",
										"excel"
									]
								}
							},
							"response": []
						}
					]
				}
			],
			"auth": {
				"type": "bearer",
				"bearer": [
					{
						"key": "token",
						"value": "{{admin_token}}",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "General",
			"item": [
				{
					"name": "Attachment",
					"item": [
						{
							"name": "Attachment",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "file",
											"type": "file",
											"src": "postman-cloud:///1eeb5239-80ac-46f0-81b5-fde4b51b1060"
										},
										{
											"key": "model",
											"value": "countries",
											"type": "text",
											"disabled": true
										},
										{
											"key": "attachment_type",
											"value": "image",
											"description": "image,file,audio,video",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/general/attachment",
									"host": [
										"{{URL}}"
									],
									"path": [
										"general",
										"attachment"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Attachment Models",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/general/attachment/models/list",
									"host": [
										"{{URL}}"
									],
									"path": [
										"general",
										"attachment",
										"models",
										"list"
									]
								}
							},
							"response": []
						},
						{
							"name": "List all Uplaoded media",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/general/attachment/library",
									"host": [
										"{{URL}}"
									],
									"path": [
										"general",
										"attachment",
										"library"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete an Attachment",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "path",
											"value": "images\\User\\fulOjdmTGiPNVA08Kxlo6YJD35ZloZbEoeO5AIh1.jpg",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/general/attachment/delete",
									"host": [
										"{{URL}}"
									],
									"path": [
										"general",
										"attachment",
										"delete"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Settings",
					"item": [
						{
							"name": "Settings",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/general/settings",
									"host": [
										"{{URL}}"
									],
									"path": [
										"general",
										"settings"
									]
								}
							},
							"response": []
						}
					]
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					"pm.request.headers.add({\r",
					"  key: \"Accept\",\r",
					"  value: \"application/json\"\r",
					"});\r",
					"\r",
					"\r",
					"pm.request.headers.add({\r",
					"    key: \"Accept-Language\",\r",
					"    value: \"en\"\r",
					"});\r",
					"\r",
					"pm.request.headers.add({\r",
					"    key: \"Timezone\",\r",
					"    value: \"Africa/Cairo\"\r",
					"});\r",
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "URL",
			"value": "staging",
			"type": "string"
		},
		{
			"key": "URL",
			"value": "Live",
			"type": "string",
			"disabled": true
		},
		{
			"key": "URL",
			"value": "Local",
			"type": "string",
			"disabled": true
		},
		{
			"key": "admin_token",
			"value": ""
		}
	]
}