{
	"info": {
		"_postman_id": "d5519ccc-203d-46f1-aac0-69222c747a78",
		"name": "Ozzoma",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "19683070",
		"_collection_link": "https://winter-firefly-959086.postman.co/workspace/My-Workspace~9def7474-4651-4e8b-883f-49868b09c0e4/collection/19683070-d5519ccc-203d-46f1-aac0-69222c747a78?action=share&source=collection_link&creator=19683070"
	},
	"item": [
		{
			"name": "Auth",
			"item": [
				{
					"name": "Login",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {},
								"requests": {}
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									"var token = pm.response.headers.get('Authorization');\r",
									"if(token != null) {\r",
									"    pm.environment.set(\"TOKEN\", token);\r",
									"}"
								],
								"type": "text/javascript",
								"packages": {},
								"requests": {}
							}
						}
					],
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "en",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "email_or_mobile_number",
									"value": "sarki5sd5@ozzoma.com",
									"description": "required",
									"type": "text"
								},
								{
									"key": "password",
									"value": "123456",
									"description": "required|min:6|max:50",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/auth/login",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"login"
							]
						}
					},
					"response": []
				},
				{
					"name": "Register",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"var token = pm.response.headers.get('Authorization');\r",
									"if(token != null) {\r",
									"    pm.environment.set(\"TOKEN\", token);\r",
									"}"
								],
								"type": "text/javascript",
								"packages": {},
								"requests": {}
							}
						}
					],
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "first_name",
									"value": "sarkis",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "mid_name",
									"value": "bashar",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "last_name",
									"value": "shalhoub",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "family_id",
									"value": "1",
									"description": "required|integer|from families list",
									"type": "text"
								},
								{
									"key": "nick_name",
									"value": "ابو صخر",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "name_prefix",
									"value": "المهندس الغالي",
									"description": "nullable|string|max:100",
									"type": "text",
									"disabled": true
								},
								{
									"key": "name_postfix",
									"value": "وزوجته الغالية",
									"description": "nullable|string|max:100",
									"type": "text",
									"disabled": true
								},
								{
									"key": "zip_code",
									"value": "+970",
									"description": "required|string|(+970 OR +972)",
									"type": "text"
								},
								{
									"key": "mobile_number",
									"value": "568339947",
									"description": "required|string|max:15",
									"type": "text"
								},
								{
									"key": "email",
									"value": "sarki5sd5@ozzoma.com",
									"description": "required|email|max:254",
									"type": "text"
								},
								{
									"key": "password",
									"value": "123456",
									"description": "required|string|min:6|max:50|confirmed",
									"type": "text"
								},
								{
									"key": "password_confirmation",
									"value": "123456",
									"description": "required|string|min:6|max:50",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/auth/register",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"register"
							]
						}
					},
					"response": []
				},
				{
					"name": "Verify By Mobile OTP",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "otp",
									"value": "281260",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/auth/verify",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"verify"
							]
						}
					},
					"response": []
				},
				{
					"name": "Resend OTP",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/auth/resend-otp",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"resend-otp"
							]
						}
					},
					"response": []
				},
				{
					"name": "Complete Register",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "street_id",
									"value": "1",
									"description": "required|integer",
									"type": "text"
								},
								{
									"key": "detailed_address",
									"value": "جرمانا شارع الباسل",
									"description": "required|string|max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/auth/complete-register",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"complete-register"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Account",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/auth/delete-account",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"delete-account"
							]
						}
					},
					"response": []
				},
				{
					"name": "update auth user",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "image",
									"description": "nullable|image",
									"type": "file",
									"src": "/C:/Users/HP/Desktop/photo_2023-09-08_13-14-17.jpg"
								},
								{
									"key": "first_name",
									"value": "asdasd",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "mid_name",
									"value": "asfsaf",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "last_name",
									"value": "asf",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "nick_name",
									"value": "asf",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "name_prefix",
									"value": "",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "name_postfix",
									"value": "",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "family_id",
									"value": "3",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "street_id",
									"value": "3",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "detailed_address",
									"value": "",
									"description": "nullable|string|max:255",
									"type": "text"
								},
								{
									"key": "zip_code",
									"value": "+970",
									"description": "required|string|in:+970,+972",
									"type": "text"
								},
								{
									"key": "mobile_number",
									"value": "2233445",
									"description": "required|string|max:15",
									"type": "text"
								},
								{
									"key": "email",
									"value": "seed@gmail.com",
									"description": "required|string|max:254",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/auth/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"update"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Families",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "family_name",
									"value": "العيلة الثانية",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "order",
									"value": "5",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/families",
							"host": [
								"{{URL}}"
							],
							"path": [
								"families"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "family_name",
									"value": "300",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "order",
									"value": "6",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/families/1/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"families",
								"1",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/families?limit=2&page=1&filters[dynamic_search]=",
							"host": [
								"{{URL}}"
							],
							"path": [
								"families"
							],
							"query": [
								{
									"key": "limit",
									"value": "2"
								},
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "filters[dynamic_search]",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/families/1/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"families",
								"1",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/families/2",
							"host": [
								"{{URL}}"
							],
							"path": [
								"families",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete list",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"family_ids\": [\r\n        3,\r\n        2\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/families/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"families",
								"delete-list"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Areas",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "area_name",
									"value": "21",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "order",
									"value": "10000",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/areas",
							"host": [
								"{{URL}}"
							],
							"path": [
								"areas"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "area_name",
									"value": "30fg",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "order",
									"value": "2",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/areas/2/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"areas",
								"2",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/areas?limit=2&page=1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"areas"
							],
							"query": [
								{
									"key": "limit",
									"value": "2",
									"description": "limit page size"
								},
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "filters[dynamic_search]",
									"value": "12",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/areas/2/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"areas",
								"2",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/areas/2",
							"host": [
								"{{URL}}"
							],
							"path": [
								"areas",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete list",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"area_ids\": [\r\n        1,\r\n        3,\r\n        4\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/areas/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"areas",
								"delete-list"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Neighborhoods",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "area_id",
									"value": "3",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "neighborhood_name",
									"value": "2",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "order",
									"value": "1",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/neighborhoods",
							"host": [
								"{{URL}}"
							],
							"path": [
								"neighborhoods"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "area_id",
									"value": "3",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "neighborhood_name",
									"value": "30fg",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "order",
									"value": "3",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/neighborhoods/3/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"neighborhoods",
								"3",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/neighborhoods?limit=2&page=1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"neighborhoods"
							],
							"query": [
								{
									"key": "limit",
									"value": "2",
									"description": "limit page size"
								},
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "filters[dynamic_search]",
									"value": "2",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/neighborhoods/1/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"neighborhoods",
								"1",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/neighborhoods/1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"neighborhoods",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "get by area id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/areas/1/neighborhoods",
							"host": [
								"{{URL}}"
							],
							"path": [
								"areas",
								"1",
								"neighborhoods"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete list",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"neighborhood_ids\": [\r\n\r\n        3,\r\n        2\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/neighborhoods/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"neighborhoods",
								"delete-list"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Streets",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "neighborhood_id",
									"value": "3",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "street_name",
									"value": "2",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "order",
									"value": "1",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/streets",
							"host": [
								"{{URL}}"
							],
							"path": [
								"streets"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "neighborhood_id",
									"value": "3",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "street_name",
									"value": "30fg",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "order",
									"value": "1",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/streets/3/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"streets",
								"3",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/streets?limit=2&page=1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"streets"
							],
							"query": [
								{
									"key": "limit",
									"value": "2",
									"description": "limit page size"
								},
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "filters[dynamic_search]",
									"value": "2",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/streets/1/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"streets",
								"1",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/streets/1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"streets",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "get by neighborhood id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/neighborhoods/1/streets",
							"host": [
								"{{URL}}"
							],
							"path": [
								"neighborhoods",
								"1",
								"streets"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete list",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"street_ids\": [\r\n        6,\r\n        5,\r\n        2\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/streets/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"streets",
								"delete-list"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Posts",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "image",
									"description": "image|required_without:content",
									"type": "file",
									"src": "/C:/Users/HP/Desktop/photo_2023-09-08_13-14-17.jpg"
								},
								{
									"key": "content",
									"value": "هذا انا ما اقدر اكون غيري انا هذا اناا ما اقدر اكون غيريييي انااااا انا الربيع انا الخريف امشي بخيالي مع كل طيف ارسم حروف دمع الالوف ضاعت حياتي بين الدروب هذا انا كلي انا مقدر اكون غيري انا.",
									"description": "string|max:65535|required_without:image",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/posts",
							"host": [
								"{{URL}}"
							],
							"path": [
								"posts"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "image",
									"description": "image|required_without:content",
									"type": "file",
									"src": "/C:/Users/HP/Desktop/photo_2023-09-08_13-14-17.jpg"
								},
								{
									"key": "content",
									"value": "K1D",
									"description": "string|max:65535|required_without:image",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/posts/3/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"posts",
								"3",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/posts?limit=2&page=1&filters[dynamic_search]=sako",
							"host": [
								"{{URL}}"
							],
							"path": [
								"posts"
							],
							"query": [
								{
									"key": "limit",
									"value": "2",
									"description": "limit page size"
								},
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "filters[dynamic_search]",
									"value": "sako",
									"description": "nullable | search by name or mobile number or email"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/posts/2/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"posts",
								"2",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/posts/3",
							"host": [
								"{{URL}}"
							],
							"path": [
								"posts",
								"3"
							]
						}
					},
					"response": []
				},
				{
					"name": "get user posts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/users/posts",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"posts"
							]
						}
					},
					"response": []
				},
				{
					"name": "interact",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/posts/10/interact",
							"host": [
								"{{URL}}"
							],
							"path": [
								"posts",
								"10",
								"interact"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete list",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"post_ids\": [\r\n  1,2\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/posts/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"posts",
								"delete-list"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Users",
			"item": [
				{
					"name": "follow",
					"item": [
						{
							"name": "change follow status",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{URL}}/users/3/change-following-status",
									"host": [
										"{{URL}}"
									],
									"path": [
										"users",
										"3",
										"change-following-status"
									]
								}
							},
							"response": []
						},
						{
							"name": "get followers",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/users/followers",
									"host": [
										"{{URL}}"
									],
									"path": [
										"users",
										"followers"
									]
								}
							},
							"response": []
						},
						{
							"name": "get followed",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/users/followed",
									"host": [
										"{{URL}}"
									],
									"path": [
										"users",
										"followed"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "edit user address requests",
					"item": [
						{
							"name": "add request",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "street_id",
											"value": "1",
											"description": "required|numeric|min:1",
											"type": "text"
										},
										{
											"key": "user_id",
											"value": "3",
											"description": "required|numeric|min:1",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/users/edit-address-requests/create",
									"host": [
										"{{URL}}"
									],
									"path": [
										"users",
										"edit-address-requests",
										"create"
									]
								}
							},
							"response": []
						},
						{
							"name": "get all",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/users/edit-address-requests",
									"host": [
										"{{URL}}"
									],
									"path": [
										"users",
										"edit-address-requests"
									]
								}
							},
							"response": []
						},
						{
							"name": "accept or delete",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "status",
											"value": "DELETE",
											"description": "required|in:ACCEPT,DELETE",
											"type": "text"
										},
										{
											"key": "request_id",
											"value": "3",
											"description": "required|numeric|min:1|exists:edit_user_address_requests,id",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/users/edit-address-requests/accept-or-delete",
									"host": [
										"{{URL}}"
									],
									"path": [
										"users",
										"edit-address-requests",
										"accept-or-delete"
									]
								}
							},
							"response": []
						},
						{
							"name": "delete list",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"request_ids\": [\r\n        6\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{URL}}/users/edit-address-requests/delete-list",
									"host": [
										"{{URL}}"
									],
									"path": [
										"users",
										"edit-address-requests",
										"delete-list"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "first_name",
									"value": "asdasd",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "mid_name",
									"value": "asfsaf",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "last_name",
									"value": "asf",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "nick_name",
									"value": "asf",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "family_id",
									"value": "1",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "street_id",
									"value": "1",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "detailed_address",
									"value": "",
									"description": "nullable|string|max:255",
									"type": "text"
								},
								{
									"key": "order",
									"value": "1000",
									"description": "nullable|numeric|min:1",
									"type": "text"
								},
								{
									"key": "zip_code",
									"value": "+970",
									"description": "required|string|in:+970,+972",
									"type": "text"
								},
								{
									"key": "mobile_number",
									"value": "2233445sdfd",
									"description": "nullable|string|max:15",
									"type": "text"
								},
								{
									"key": "email",
									"value": "adsd@gmail.comd",
									"description": "nullable|string|max:254",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/users",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "image",
									"description": "nullable|image",
									"type": "file",
									"src": []
								},
								{
									"key": "first_name",
									"value": "safasf",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "mid_name",
									"value": "asfsaf",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "last_name",
									"value": "asf",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "nick_name",
									"value": "asf",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "name_prefix",
									"value": "",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "name_postfix",
									"value": "",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "family_id",
									"value": "1",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "street_id",
									"value": "1",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "detailed_address",
									"value": "",
									"description": "nullable|string|max:255",
									"type": "text"
								},
								{
									"key": "zip_code",
									"value": "+970",
									"description": "required|string|in:+970,+972",
									"type": "text"
								},
								{
									"key": "mobile_number",
									"value": "22334455",
									"description": "required|string|max:15",
									"type": "text"
								},
								{
									"key": "email",
									"value": "sed@gmail.com",
									"description": "required|string|max:254",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/users/4/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"4",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/users/3/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"3",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all with filters",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/users",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users"
							],
							"query": [
								{
									"key": "filters[family_id]",
									"value": "3",
									"description": "nullable",
									"disabled": true
								},
								{
									"key": "filters[area_id]",
									"value": "3",
									"description": "nullable",
									"disabled": true
								},
								{
									"key": "filters[neighborhood_id]",
									"value": "3",
									"description": "nullable",
									"disabled": true
								},
								{
									"key": "filters[street_id]",
									"value": "3",
									"description": "nullable",
									"disabled": true
								},
								{
									"key": "filters[dynamic_search]",
									"value": "a",
									"description": "nullable | search by name or mobile number or email",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "10",
									"disabled": true
								},
								{
									"key": "page",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "get by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/users/10",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"10"
							]
						}
					},
					"response": []
				},
				{
					"name": "get new users in last 48 hours",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/users/new?limit=2&page=1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"new"
							],
							"query": [
								{
									"key": "limit",
									"value": "2"
								},
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "filters[family_id]",
									"value": "3",
									"description": "nullable",
									"disabled": true
								},
								{
									"key": "filters[area_id]",
									"value": "3",
									"description": "nullable",
									"disabled": true
								},
								{
									"key": "filters[neighborhood_id]",
									"value": "3",
									"description": "nullable",
									"disabled": true
								},
								{
									"key": "filters[street_id]",
									"value": "3",
									"description": "nullable",
									"disabled": true
								},
								{
									"key": "filters[dynamic_search]",
									"value": "",
									"description": "nullable | search by name or mobile number or email",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "update order",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/users/2/update-order?order=1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"2",
								"update-order"
							],
							"query": [
								{
									"key": "order",
									"value": "1",
									"description": "required|numeric|min:1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete list",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"user_ids\": [\r\n        2,\r\n        3,\r\n        4\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/users/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"delete-list"
							]
						}
					},
					"response": []
				},
				{
					"name": "Verify user by admin",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "en",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{URL}}/users/3/verify",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"3",
								"verify"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get similar users",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "en",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{URL}}/users/3/similar",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"3",
								"similar"
							]
						}
					},
					"response": []
				},
				{
					"name": "Merge new user into existing one",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "new_user_id",
									"value": "14",
									"type": "text"
								},
								{
									"key": "old_user_id",
									"value": "3",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/users/merge",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"merge"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Contact-us",
			"item": [
				{
					"name": "create",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "name",
									"value": "sarkis",
									"description": "required|string|max:100",
									"type": "text"
								},
								{
									"key": "email",
									"value": "sarkis@gmail.com",
									"description": "required|email|max:254",
									"type": "text"
								},
								{
									"key": "message",
									"value": "ghdsajkjsdafljlsdakjfkjdfkdsfgkjgdfs",
									"description": "required|string|max:65535",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/contact-us",
							"host": [
								"{{URL}}"
							],
							"path": [
								"contact-us"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Website Images",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "image",
									"description": "required|image",
									"type": "file",
									"src": "/C:/Users/HP/Desktop/photo_2023-09-08_13-14-17.jpg"
								},
								{
									"key": "description",
									"value": "sdsadfdsgsdgsdgsdg",
									"description": "required|string|max:65535",
									"type": "text"
								},
								{
									"key": "order",
									"value": "2",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/website-images",
							"host": [
								"{{URL}}"
							],
							"path": [
								"website-images"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "image",
									"description": "nullable|image",
									"type": "file",
									"src": "/C:/Users/HP/Desktop/photo_2023-09-08_13-14-17.jpg"
								},
								{
									"key": "description",
									"value": "30fg",
									"description": "required|string|max:65535",
									"type": "text"
								},
								{
									"key": "order",
									"value": "2",
									"description": "required|numeric|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/website-images/2/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"website-images",
								"2",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/website-images",
							"host": [
								"{{URL}}"
							],
							"path": [
								"website-images"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/website-images/2/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"website-images",
								"2",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/website-images/2",
							"host": [
								"{{URL}}"
							],
							"path": [
								"website-images",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete list",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"image_ids\": [\r\n        1,\r\n        2\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/website-images/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"website-images",
								"delete-list"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Contact info",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "contact_name",
									"value": "facebook",
									"description": "required|string|max:50",
									"type": "text"
								},
								{
									"key": "contact_icon",
									"description": "required|file",
									"type": "file",
									"src": "/C:/Users/LEGION/Pictures/Screenshots/Screenshot 2025-03-18 220338 - Copy.png"
								},
								{
									"key": "contact_link",
									"value": "face link",
									"description": "required|string|max:65535",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/contact-info",
							"host": [
								"{{URL}}"
							],
							"path": [
								"contact-info"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "contact_name",
									"value": "f",
									"description": "required|string|max:50",
									"type": "text"
								},
								{
									"key": "contact_icon",
									"description": "nullable|file",
									"type": "file",
									"src": "/C:/Users/LEGION/Pictures/Screenshots/Screenshot 2025-03-31 195654 - Copy.png"
								},
								{
									"key": "contact_link",
									"value": "f",
									"description": "required|string|max:65535",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/contact-info/1/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"contact-info",
								"1",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "localhost:8000/contact-info?size=0",
							"host": [
								"localhost"
							],
							"port": "8000",
							"path": [
								"contact-info"
							],
							"query": [
								{
									"key": "size",
									"value": "0"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/contact-info/1/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"contact-info",
								"1",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/contact-info/1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"contact-info",
								"1"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Name Postfixes",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "name_postfix",
									"value": "الاستاذ",
									"description": "required|string|max:100",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/name-postfixes",
							"host": [
								"{{URL}}"
							],
							"path": [
								"name-postfixes"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/name-postfixes",
							"host": [
								"{{URL}}"
							],
							"path": [
								"name-postfixes"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/name-postfixes/1/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"name-postfixes",
								"1",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/name-postfixes/2",
							"host": [
								"{{URL}}"
							],
							"path": [
								"name-postfixes",
								"2"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Name Prefixes",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "name_prefix",
									"value": "الاستاذ",
									"description": "required|string|max:100",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/name-prefixes",
							"host": [
								"{{URL}}"
							],
							"path": [
								"name-prefixes"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/name-prefixes",
							"host": [
								"{{URL}}"
							],
							"path": [
								"name-prefixes"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/name-prefixes/1/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"name-prefixes",
								"1",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/name-prefixes/2",
							"host": [
								"{{URL}}"
							],
							"path": [
								"name-prefixes",
								"2"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Card Template",
			"item": [
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "template",
									"description": "required|image",
									"type": "file",
									"src": "/C:/Users/SARKIS/Desktop/Annotation 2023-10-24 221131.png"
								},
							{
								"key": "text_positions[family_title][x]",
								"value": "250",
								"description": "nullable|numeric - أفراح آل X position",
								"type": "text",
								"disabled": true
							},
							{
								"key": "text_positions[family_title][y]",
								"value": "80",
								"description": "nullable|numeric - أفراح آل Y position",
								"type": "text",
								"disabled": true
							},
							{
								"key": "text_positions[person_name][x]",
								"value": "200",
								"description": "nullable|numeric - اسم الشخص X position",
								"type": "text",
								"disabled": true
							},
							{
								"key": "text_positions[person_name][y]",
								"value": "140",
								"description": "nullable|numeric - اسم الشخص Y position",
								"type": "text",
								"disabled": true
							},
							{
								"key": "text_positions[lunch_icon][x]",
								"value": "180",
								"description": "nullable|numeric - دعوة غداء X position",
								"type": "text",
								"disabled": true
							},
							{
								"key": "text_positions[lunch_icon][y]",
								"value": "200",
								"description": "nullable|numeric - دعوة غداء Y position",
								"type": "text",
								"disabled": true
							},
							{
								"key": "text_positions[area][x]",
								"value": "300",
								"description": "nullable|numeric - المنطقة X position",
								"type": "text",
								"disabled": true
							},
							{
								"key": "text_positions[area][y]",
								"value": "280",
								"description": "nullable|numeric - المنطقة Y position",
								"type": "text",
								"disabled": true
							},
							{
								"key": "text_positions[address][x]",
								"value": "300",
								"description": "nullable|numeric - العنوان X position",
								"type": "text",
								"disabled": true
							},
							{
								"key": "text_positions[address][y]",
								"value": "310",
								"description": "nullable|numeric - العنوان Y position",
								"type": "text",
								"disabled": true
							}
							]
						},
						"url": {
							"raw": "{{URL}}/card-templates",
							"host": [
								"{{URL}}"
							],
							"path": [
								"card-templates"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/card-templates",
							"host": [
								"{{URL}}"
							],
							"path": [
								"card-templates"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/card-templates/1/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"card-templates",
								"1",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/card-templates/2",
							"host": [
								"{{URL}}"
							],
							"path": [
								"card-templates",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "update text position",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
							{
								"key": "text_positions[family_title][x]",
								"value": "250",
								"description": "nullable|numeric - أفراح آل X",
								"type": "text"
							},
							{
								"key": "text_positions[family_title][y]",
								"value": "80",
								"description": "nullable|numeric - أفراح آل Y",
								"type": "text"
							},
							{
								"key": "text_positions[person_name][x]",
								"value": "200",
								"description": "nullable|numeric - اسم الشخص X",
								"type": "text"
							},
							{
								"key": "text_positions[person_name][y]",
								"value": "140",
								"description": "nullable|numeric - اسم الشخص Y",
								"type": "text"
							},
							{
								"key": "text_positions[lunch_icon][x]",
								"value": "180",
								"description": "nullable|numeric - دعوة غداء X",
								"type": "text"
							},
							{
								"key": "text_positions[lunch_icon][y]",
								"value": "200",
								"description": "nullable|numeric - دعوة غداء Y",
								"type": "text"
							},
							{
								"key": "text_positions[area][x]",
								"value": "300",
								"description": "nullable|numeric - المنطقة X",
								"type": "text"
							},
							{
								"key": "text_positions[area][y]",
								"value": "280",
								"description": "nullable|numeric - المنطقة Y",
								"type": "text"
							},
							{
								"key": "text_positions[address][x]",
								"value": "300",
								"description": "nullable|numeric - العنوان X",
								"type": "text"
							},
							{
								"key": "text_positions[address][y]",
								"value": "310",
								"description": "nullable|numeric - العنوان Y",
								"type": "text"
							}
							]
						},
						"url": {
							"raw": "{{URL}}/card-templates/1/update-text-position",
							"host": [
								"{{URL}}"
							],
							"path": [
								"card-templates",
								"1",
								"update-text-position"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete list",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"template_ids\": [\r\n        1,\r\n     2\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/card-templates/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"card-templates",
								"delete-list"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Invitations",
			"item": [
				{
					"name": "Invited Users",
					"item": [
						{
							"name": "add",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "name_prefix",
											"value": "المهندس الغالي2",
											"description": "required|string|max:100",
											"type": "text"
										},
										{
											"key": "name_postfix",
											"value": "سنيتل2",
											"description": "required|string|max:100",
											"type": "text"
										},
										{
											"key": "invited_to_lunch",
											"value": "1",
											"description": "required|boolean",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/invitations/2/invited-users/1/add",
									"host": [
										"{{URL}}"
									],
									"path": [
										"invitations",
										"2",
										"invited-users",
										"1",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "add list",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "users[0][user_id]",
											"value": "2",
											"description": "required|numeric|min:1|exists:users,id",
											"type": "text"
										},
										{
											"key": "users[0][name_prefix]",
											"value": "sdg",
											"description": "required|string|max:100",
											"type": "text"
										},
										{
											"key": "users[0][name_postfix]",
											"value": "sdg",
											"description": "required|string|max:100",
											"type": "text"
										},
										{
											"key": "users[0][invited_to_lunch]",
											"value": "1",
											"description": "required|boolean",
											"type": "text"
										},
										{
											"key": "users[1][user_id]",
											"value": "10",
											"type": "text"
										},
										{
											"key": "users[1][name_prefix]",
											"value": "esf",
											"type": "text"
										},
										{
											"key": "users[1][name_postfix]",
											"value": "sdf",
											"type": "text"
										},
										{
											"key": "users[1][invited_to_lunch]",
											"value": "1",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/invitations/13/invited-users/add-list",
									"host": [
										"{{URL}}"
									],
									"path": [
										"invitations",
										"13",
										"invited-users",
										"add-list"
									]
								}
							},
							"response": []
						},
						{
							"name": "get by invitation id",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/invitations/2/invited-users",
									"host": [
										"{{URL}}"
									],
									"path": [
										"invitations",
										"2",
										"invited-users"
									]
								}
							},
							"response": []
						},
						{
							"name": "delete",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{URL}}/invitations/invites/10/delete",
									"host": [
										"{{URL}}"
									],
									"path": [
										"invitations",
										"invites",
										"10",
										"delete"
									]
								}
							},
							"response": []
						},
						{
							"name": "reset",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{URL}}/invitations/13/reset",
									"host": [
										"{{URL}}"
									],
									"path": [
										"invitations",
										"13",
										"reset"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "name_prefix",
											"value": "المهندس الغالي2er",
											"description": "required|string|max:100",
											"type": "text"
										},
										{
											"key": "name_postfix",
											"value": "سنيتل2er",
											"description": "required|string|max:100",
											"type": "text"
										},
										{
											"key": "invited_to_lunch",
											"value": "0",
											"description": "required|boolean",
											"type": "text"
										},
										{
											"key": "invitation_id",
											"value": "2",
											"type": "text"
										},
										{
											"key": "user_id",
											"value": "1",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/invitations/invited-users/update",
									"host": [
										"{{URL}}"
									],
									"path": [
										"invitations",
										"invited-users",
										"update"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "card_template_id",
									"value": "1",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "wedding_date",
									"value": "2025-11-22",
									"description": "required|date|date_format:Y-m-d|after_or_equal:now",
									"type": "text"
								},
								{
									"key": "estimated_invites_count",
									"value": "12",
									"description": "required|integer|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/invitations",
							"host": [
								"{{URL}}"
							],
							"path": [
								"invitations"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/invitations?limit=1&page&status=PENDING",
							"host": [
								"{{URL}}"
							],
							"path": [
								"invitations"
							],
							"query": [
								{
									"key": "limit",
									"value": "1",
									"description": "nullable|integer|min:1"
								},
								{
									"key": "page",
									"value": null,
									"description": "nullable|integer|min:1"
								},
								{
									"key": "status",
									"value": "PENDING",
									"description": "in:PENDING,ACTIVE,READY_TO_PRINT,REJECTED,ENDED"
								},
								{
									"key": "filters[dynamic_search]",
									"value": "asd",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/invitations/3/delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"invitations",
								"3",
								"delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "find by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/card-templates/3",
							"host": [
								"{{URL}}"
							],
							"path": [
								"card-templates",
								"3"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "card_template_id",
									"value": "2",
									"description": "required|numeric|min:1",
									"type": "text"
								},
								{
									"key": "wedding_date",
									"value": "2023-11-22",
									"description": "required|date|date_format:Y-m-d|after_or_equal:now",
									"type": "text"
								},
								{
									"key": "estimated_invites_count",
									"value": "123",
									"description": "required|integer|min:1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/invitations/5/update",
							"host": [
								"{{URL}}"
							],
							"path": [
								"invitations",
								"5",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "activate or reject",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "status",
									"value": "ACTIVE",
									"description": "ACTIVE or REJECTED",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/invitations/13/change-status",
							"host": [
								"{{URL}}"
							],
							"path": [
								"invitations",
								"13",
								"change-status"
							]
						}
					},
					"response": []
				},
				{
					"name": "get user invitation",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/users/invitation",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"invitation"
							]
						}
					},
					"response": []
				},
				{
					"name": "mark as ready to print",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{URL}}/invitations/13/ready-to-print",
							"host": [
								"{{URL}}"
							],
							"path": [
								"invitations",
								"13",
								"ready-to-print"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Config",
			"item": [
				{
					"name": "Update all",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"config\": [\r\n        {\r\n            \"key\": \"otp_enabled\",\r\n            \"value\": \"false\"\r\n        }\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/config/update-all",
							"host": [
								"{{URL}}"
							],
							"path": [
								"config",
								"update-all"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get all",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/config",
							"host": [
								"{{URL}}"
							],
							"path": [
								"config"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Statistics",
			"item": [
				{
					"name": "Get all",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{URL}}/statistics",
							"host": [
								"{{URL}}"
							],
							"path": [
								"statistics"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Site content",
			"item": [
				{
					"name": "Services",
					"item": [
						{
							"name": "Get all",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/site-contents/services",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"services"
									]
								}
							},
							"response": []
						},
						{
							"name": "Add",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "title",
											"value": "sagfsdg",
											"description": "required|string|max:255",
											"type": "text"
										},
										{
											"key": "body",
											"value": "sdg",
											"description": "required|string|max:65535",
											"type": "text"
										},
										{
											"key": "image",
											"description": "nullable|file",
											"type": "file",
											"src": "/C:/Users/LEGION/Pictures/Screenshots/Screenshot 2025-03-18 220338 - Copy.png"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/site-contents/services/add",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"services",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "title",
											"value": "1242",
											"description": "required|string|max:255",
											"type": "text"
										},
										{
											"key": "body",
											"value": "124",
											"description": "required|string|max:65535",
											"type": "text"
										},
										{
											"key": "image",
											"description": "nullable|file",
											"type": "file",
											"src": "/C:/Users/LEGION/Pictures/Screenshots/Screenshot 2025-03-31 195654 - Copy.png"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/site-contents/services/1/update",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"services",
										"1",
										"update"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{URL}}/site-contents/services/1",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"services",
										"1"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Home page Banner",
					"item": [
						{
							"name": "Get all",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/site-contents/home-page-banner",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"home-page-banner"
									]
								}
							},
							"response": []
						},
						{
							"name": "Add",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "body",
											"value": "sdg",
											"description": "required|string|max:65535",
											"type": "text"
										},
										{
											"key": "image",
											"description": "nullable|file",
											"type": "file",
											"src": "/C:/Users/LEGION/Pictures/Screenshots/Screenshot 2025-03-18 220338 - Copy - Copy.png"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/site-contents/home-page-banner/add",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"home-page-banner",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "body",
											"value": "124",
											"description": "required|string|max:65535",
											"type": "text"
										},
										{
											"key": "image",
											"description": "nullable|file",
											"type": "file",
											"src": "/C:/Users/LEGION/Pictures/Screenshots/Screenshot 2025-03-18 220338 - Copy.png"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/site-contents/home-page-banner/15/update",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"home-page-banner",
										"15",
										"update"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{URL}}/site-contents/home-page-banner/15",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"home-page-banner",
										"15"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "About us",
					"item": [
						{
							"name": "Get about us content",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{URL}}/site-contents/about-us",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"about-us"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update about us content",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "title",
											"value": "asgfasf",
											"description": "required|string|max:255",
											"type": "text"
										},
										{
											"key": "body",
											"value": "asfasff",
											"description": "required|string|max:65535",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{URL}}/site-contents/about-us/update",
									"host": [
										"{{URL}}"
									],
									"path": [
										"site-contents",
										"about-us",
										"update"
									]
								}
							},
							"response": []
						}
					]
				}
			]
		},
		{
			"name": "Auth - Password Reset",
			"item": [
				{
					"name": "Forgot Password (Send Reset Code)",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "email_or_mobile_number",
									"value": "user@example.com",
									"description": "required|string|max:50 (email or mobile number)",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/auth/forgot-password",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"forgot-password"
							]
						}
					},
					"response": []
				},
				{
					"name": "Reset Password (Code + New Password)",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "email_or_mobile_number",
									"value": "user@example.com",
									"description": "required|string|max:50",
									"type": "text"
								},
								{
									"key": "code",
									"value": "123456",
									"description": "required|string|size:6",
									"type": "text"
								},
								{
									"key": "password",
									"value": "newpassword",
									"description": "required|string|min:6|max:50|confirmed",
									"type": "text"
								},
								{
									"key": "password_confirmation",
									"value": "newpassword",
									"description": "required|string|min:6|max:50",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/auth/reset-password",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"reset-password"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Address",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "street_id",
									"value": "1",
									"description": "required|integer|exists:streets,id",
									"type": "text"
								},
								{
									"key": "detailed_address",
									"value": "بجانب المسجد",
									"description": "required|string|max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/auth/update-address",
							"host": [
								"{{URL}}"
							],
							"path": [
								"auth",
								"update-address"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Profile",
			"item": [
				{
					"name": "Get Profile By Slug",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/profile/abc123",
							"host": [
								"{{URL}}"
							],
							"path": [
								"profile",
								"abc123"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Profile Posts By Slug",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/profile/abc123/posts",
							"host": [
								"{{URL}}"
							],
							"path": [
								"profile",
								"abc123",
								"posts"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Search",
			"item": [
				{
					"name": "Global Search (Users + Posts)",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/search?q=محمد",
							"host": [
								"{{URL}}"
							],
							"path": [
								"search"
							],
							"query": [
								{
									"key": "q",
									"value": "محمد",
									"description": "Search term (min 2 chars, max 100)"
								}
							]
						},
						"description": "Global search endpoint:\n- Searches users by slug (exact) then by name (LIKE)\n- Searches posts by content text (LIKE)\n- Returns max 3 users + 3 posts\n- Requires auth:api (Bearer token)\n- Rate limited: 30 requests/minute\n- No invitation/approval needed"
					},
					"response": []
				}
			]
		},
		{
			"name": "Notifications",
			"item": [
				{
					"name": "Get All Notifications",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/notifications?limit=10&page=1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"notifications"
							],
							"query": [
								{
									"key": "limit",
									"value": "10"
								},
								{
									"key": "page",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Unread Count",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/notifications/unread-count",
							"host": [
								"{{URL}}"
							],
							"path": [
								"notifications",
								"unread-count"
							]
						}
					},
					"response": []
				},
				{
					"name": "Mark As Read",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/notifications/1/mark-as-read",
							"host": [
								"{{URL}}"
							],
							"path": [
								"notifications",
								"1",
								"mark-as-read"
							]
						}
					},
					"response": []
				},
				{
					"name": "Mark All As Read",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/notifications/mark-all-as-read",
							"host": [
								"{{URL}}"
							],
							"path": [
								"notifications",
								"mark-all-as-read"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Edit Slug Requests",
			"item": [
				{
					"name": "Create Slug Change Request",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "slug",
									"value": "my-new-slug",
									"description": "required|string|min:3|max:50|regex:/^[a-zA-Z0-9._-]+$/",
									"type": "text"
								},
								{
									"key": "user_id",
									"value": "",
									"description": "nullable|integer (defaults to auth user)",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{URL}}/users/edit-slug-requests/create",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"edit-slug-requests",
								"create"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get All Slug Requests (Admin)",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/users/edit-slug-requests",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"edit-slug-requests"
							]
						}
					},
					"response": []
				},
				{
					"name": "Accept or Delete Slug Request (Admin)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "request_id",
									"value": "1",
									"description": "required|integer",
									"type": "text"
								},
								{
								"key": "status",
								"value": "ACCEPT",
								"description": "required|in:ACCEPT,DELETE",
								"type": "text"
								},
								{
									"key": "approved_slug",
									"value": "",
									"description": "nullable|string (admin can modify the slug)",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{URL}}/users/edit-slug-requests/accept-or-delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"edit-slug-requests",
								"accept-or-delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete List Slug Requests (Admin)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
								"key": "request_ids[]",
								"value": "1",
								"description": "required|array|exists:edit_user_slug_requests,id",
								"type": "text"
							}
						]
					},
					"url": {
						"raw": "{{URL}}/users/edit-slug-requests/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"edit-slug-requests",
								"delete-list"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Edit Invited User Data Requests",
			"item": [
				{
					"name": "Create Request",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "invited_user_id",
									"value": "1",
									"description": "required|numeric|min:1|exists:invited_users,id",
									"type": "text"
								},
								{
									"key": "name_prefix",
									"value": "الشيخ",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "name_postfix",
									"value": "أبو محمد",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "first_name",
									"value": "أحمد",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "mid_name",
									"value": "محمد",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "last_name",
									"value": "علي",
									"description": "nullable|string|max:100",
									"type": "text"
								},
								{
									"key": "street_id",
									"value": "1",
									"description": "nullable|numeric|min:1|exists:streets,id",
									"type": "text"
								},
								{
									"key": "detailed_address",
									"value": "بجانب المسجد الكبير",
									"description": "nullable|string|max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/users/edit-invited-user-data-requests/create",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"edit-invited-user-data-requests",
								"create"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get All Requests (Admin)",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/users/edit-invited-user-data-requests",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"edit-invited-user-data-requests"
							]
						}
					},
					"response": []
				},
				{
					"name": "Accept or Delete Request (Admin)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "status",
									"value": "ACCEPT",
									"description": "required|in:ACCEPT,DELETE",
									"type": "text"
								},
								{
									"key": "request_id",
									"value": "1",
									"description": "required|numeric|min:1|exists:edit_invited_user_data_requests,id",
									"type": "text"
								},
								{
									"key": "approved_name_prefix",
									"value": "",
									"description": "nullable|string|max:100 (admin can modify)",
									"type": "text"
								},
								{
									"key": "approved_name_postfix",
									"value": "",
									"description": "nullable|string|max:100 (admin can modify)",
									"type": "text"
								},
								{
									"key": "approved_first_name",
									"value": "",
									"description": "nullable|string|max:100 (admin can modify)",
									"type": "text"
								},
								{
									"key": "approved_mid_name",
									"value": "",
									"description": "nullable|string|max:100 (admin can modify)",
									"type": "text"
								},
								{
									"key": "approved_last_name",
									"value": "",
									"description": "nullable|string|max:100 (admin can modify)",
									"type": "text"
								},
								{
									"key": "approved_street_id",
									"value": "",
									"description": "nullable|numeric|min:1|exists:streets,id (admin can modify)",
									"type": "text"
								},
								{
									"key": "approved_detailed_address",
									"value": "",
									"description": "nullable|string|max:255 (admin can modify)",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/users/edit-invited-user-data-requests/accept-or-delete",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"edit-invited-user-data-requests",
								"accept-or-delete"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete List Requests (Admin)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"request_ids\": [\r\n        1,\r\n        2\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{URL}}/users/edit-invited-user-data-requests/delete-list",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"edit-invited-user-data-requests",
								"delete-list"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Admin - Users Management",
			"item": [
				{
					"name": "Get Deleted Users (Admin)",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{URL}}/users/deleted?limit=10&page=1",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"deleted"
							],
							"query": [
								{
									"key": "limit",
									"value": "10"
								},
								{
									"key": "page",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Slug (Admin - own)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
								"key": "slug",
								"value": "admin-new-slug",
								"description": "required|string|min:3|max:50|regex:/^[a-zA-Z0-9._-]+$/|unique:user_slugs",
								"type": "text"
							}
						]
					},
					"url": {
						"raw": "{{URL}}/users/update-slug",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"update-slug"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Slug for User (Admin)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "ar",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
								"key": "slug",
								"value": "user-custom-slug",
								"description": "required|string|min:3|max:50|regex:/^[a-zA-Z0-9._-]+$/|unique:user_slugs",
								"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{URL}}/users/5/update-slug",
							"host": [
								"{{URL}}"
							],
							"path": [
								"users",
								"5",
								"update-slug"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{TOKEN}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}