{
	"info": {
		"_postman_id": "a18d3200-ffce-4113-8514-cde63b3145d7",
		"name": "ChefHub",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "6114276",
		"_collection_link": "https://vhorus.postman.co/workspace/Vhorus~676e7388-c9e4-412b-91e8-c48fa76f2566/collection/6114276-a18d3200-ffce-4113-8514-cde63b3145d7?action=share&source=collection_link&creator=6114276"
	},
	"item": [
		{
			"name": "Auth",
			"item": [
				{
					"name": "otp",
					"item": [
						{
							"name": "send otp",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "default"
									},
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "default"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "default"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "email",
											"value": "sherifessam1132@gmail.com",
											"type": "default"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/otp",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"otp"
									]
								}
							},
							"response": []
						},
						{
							"name": "check by email",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "default"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "default"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "default"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "email",
											"value": "sherifessam1132@gmail.com",
											"type": "default"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/check_email",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"check_email"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Login",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"auth_type\" : \"register\", // nullable if has provider , ['login','register]\r\n    // \"ANDRIOD_device_token\" : \"\", // nullable\r\n    \"IOS_device_token\": \"hashmaps\" , //nullable\r\n    \"device_id\": \"506070800\", //required\r\n    \"provider_name\": \"google\",// nullable or facebook,google,apple\r\n    \"provider_id\" : \"5060708090\", //nullable\r\n    \"email\": \"sherifessam1132@gmail.com\", // nullable if has provider , email\r\n    \"password\": \" \", // nullable if has provider , password\r\n    \"name\" : \"\" , // nullable if has provider , string\r\n    \"avatar_path\" : \" \", // nullable if has provider , image extention 'png,jpeg,jpg'\r\n    \"ip\" : \"\" , // nullable ipv4\r\n    \"LOCATION\" : \"\" , // nullable location by google map\r\n    \"MOBILE\": \"\" , //nullable ,integer\r\n    \"gender\" : \"\", // male,female\r\n    \"food_systems\":{ // nullable, id of food sysytem\r\n        \"0\": 1\r\n    },\r\n    \"regional_cuisines\": { // id of food sysytem\r\n        \"0\" : 2\r\n    }\r\n}"
						},
						"url": {
							"raw": "{{BASE_URL}}/auth/login",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"auth",
								"login"
							]
						}
					},
					"response": []
				},
				{
					"name": "update password",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "email",
									"value": "ahmed@chefhub.com",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "password",
									"value": "any password",
									"type": "default"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/auth/password/update",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"auth",
								"password",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "chnage_old_password",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "email",
									"value": "ahmed@chefhub.com",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "old_password",
									"value": "password",
									"type": "default"
								},
								{
									"key": "new_password",
									"value": "passwords",
									"type": "default"
								},
								{
									"key": "new_password_confirmation",
									"value": "passwords",
									"type": "default"
								}
							]
						},
						"url": {
							"raw": ""
						}
					},
					"response": []
				},
				{
					"name": "Logout",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "provider_id",
									"value": "123456",
									"description": "Optional. BUT Required without email",
									"type": "text"
								},
								{
									"key": "provider_name",
									"value": "facebook",
									"description": "Optional. BUT Required without email. \nAccept: facebook, google, apple",
									"type": "text"
								},
								{
									"key": "email",
									"value": "ahmed@chefhub.com",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "password",
									"value": "password",
									"description": "Optional. BUT Required with email",
									"type": "text"
								},
								{
									"key": "name",
									"value": "Ahmed Ali",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "device_token",
									"value": "put_device_token_here",
									"description": "Required. Firebase Token",
									"type": "text"
								},
								{
									"key": "device_id",
									"value": "put_device_id_here",
									"description": "Required. The unique device id",
									"type": "text"
								},
								{
									"key": "avatar_path",
									"value": "AVATAR_IMAGE_HERE",
									"description": "Optional.",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/auth/logout",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"auth",
								"logout"
							]
						}
					},
					"response": []
				},
				{
					"name": "change password",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "old_password",
									"value": "123456",
									"type": "text"
								},
								{
									"key": "password",
									"value": "222222",
									"type": "text"
								},
								{
									"key": "password_confirmation",
									"value": "222222",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/auth/change_password",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"auth",
								"change_password"
							]
						}
					},
					"response": [
						{
							"name": "unValidToken",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "password",
											"value": "222222",
											"type": "text"
										},
										{
											"key": "password_confirmation",
											"value": "222222",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/change_password",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"change_password"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:34:40 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:34:40 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.1.17"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"unValidToken\"\n}"
						},
						{
							"name": "notValid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "password",
											"value": "222222",
											"type": "text",
											"disabled": true
										},
										{
											"key": "password_confirmation",
											"value": "222222",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/change_password",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"change_password"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:35:10 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:35:10 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.1.17"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"notValid\",\n    \"status_message\": \"api.notValid\",\n    \"data\": {\n        \"old_password\": [\n            \"The old password field is required.\"\n        ],\n        \"password\": [\n            \"The password field is required.\"\n        ]\n    }\n}"
						},
						{
							"name": "wrong_old_password",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "old_password",
											"value": "22323232",
											"type": "text"
										},
										{
											"key": "password",
											"value": "222222",
											"type": "text"
										},
										{
											"key": "password_confirmation",
											"value": "222222",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/change_password",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"change_password"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:39:40 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:39:40 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.1.17"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"wrong_old_password\",\n    \"status_message\": \"Sorry, your old password is incorrect\"\n}"
						},
						{
							"name": "success",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "old_password",
											"value": "222222",
											"type": "text"
										},
										{
											"key": "password",
											"value": "222222",
											"type": "text"
										},
										{
											"key": "password_confirmation",
											"value": "222222",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/change_password",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"change_password"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:42:12 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:42:12 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.1.17"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"success\",\n    \"status_message\": \"Your password has been changed\"\n}"
						}
					]
				},
				{
					"name": "set password in first login",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "password",
									"value": "222222",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/auth/set_password_in_first_login",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"auth",
								"set_password_in_first_login"
							]
						}
					},
					"response": [
						{
							"name": "unValidToken",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "password",
											"value": "222222",
											"type": "text"
										},
										{
											"key": "password_confirmation",
											"value": "222222",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/change_password",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"change_password"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:34:40 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:34:40 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.1.17"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"unValidToken\"\n}"
						},
						{
							"name": "notValid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/change_password",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"change_password"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:35:10 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:35:10 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.1.17"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"notValid\",\n    \"status_message\": \"api.notValid\",\n    \"data\": {\n        \"password\": [\n            \"The password field is required.\"\n        ]\n    }\n}"
						},
						{
							"name": "success",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "password",
											"value": "222222",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/set_password_in_first_login",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"set_password_in_first_login"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:50:28 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 08 Feb 2024 12:50:28 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.1.17"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"success\",\n    \"status_message\": \"Your password has been changed\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Data",
			"item": [
				{
					"name": "Food Systems",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "provider_id",
									"value": "123456",
									"description": "Optional. BUT Required without email",
									"type": "text"
								},
								{
									"key": "provider_name",
									"value": "facebook",
									"description": "Optional. BUT Required without email. \nAccept: facebook, google, apple",
									"type": "text"
								},
								{
									"key": "email",
									"value": "ahmed@chefhub.com",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "password",
									"value": "password",
									"description": "Optional. BUT Required with email",
									"type": "text"
								},
								{
									"key": "name",
									"value": "Ahmed Ali",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "device_token",
									"value": "put_device_token_here",
									"description": "Required. Firebase Token",
									"type": "text"
								},
								{
									"key": "device_id",
									"value": "put_device_id_here",
									"description": "Required. The unique device id",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/data/food-systems",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"data",
								"food-systems"
							]
						}
					},
					"response": []
				},
				{
					"name": "Regional Cuisines",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{BASE_URL}}/data/regional-cuisines",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"data",
								"regional-cuisines"
							]
						}
					},
					"response": []
				},
				{
					"name": "ingredients",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "",
									"value": "",
									"type": "default"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/data/ingredients",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"data",
								"ingredients"
							],
							"query": [
								{
									"key": "search",
									"value": "ri",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "units",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "",
									"value": "",
									"type": "default"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/data/unit_list",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"data",
								"unit_list"
							]
						}
					},
					"response": []
				},
				{
					"name": "get references",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{BASE_URL}}/data/references?id=6",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"data",
								"references"
							],
							"query": [
								{
									"key": "id",
									"value": "6"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Searching",
			"item": [
				{
					"name": "Search For Chefs, Tutorials, Videos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "provider_id",
									"value": "123456",
									"description": "Optional. BUT Required without email",
									"type": "text"
								},
								{
									"key": "provider_name",
									"value": "facebook",
									"description": "Optional. BUT Required without email. \nAccept: facebook, google, apple",
									"type": "text"
								},
								{
									"key": "email",
									"value": "ahmed@chefhub.com",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "password",
									"value": "password",
									"description": "Optional. BUT Required with email",
									"type": "text"
								},
								{
									"key": "name",
									"value": "Ahmed Ali",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "device_token",
									"value": "put_device_token_here",
									"description": "Required. Firebase Token",
									"type": "text"
								},
								{
									"key": "device_id",
									"value": "put_device_id_here",
									"description": "Required. The unique device id",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/search?q=Xavier&type=chefs",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"search"
							],
							"query": [
								{
									"key": "q",
									"value": "Xavier"
								},
								{
									"key": "type",
									"value": "chefs",
									"description": "Optional. Accept: chefs, tutorials, tutorial_videos"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Chefs",
			"item": [
				{
					"name": "Followers",
					"item": []
				},
				{
					"name": "Auth",
					"item": [
						{
							"name": "forget password",
							"item": [
								{
									"name": "forget",
									"request": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											},
											{
												"key": "CLIENT-VERSION",
												"value": "1.0.0",
												"type": "text"
											},
											{
												"key": "Accept",
												"value": "application/json",
												"type": "text"
											}
										],
										"url": {
											"raw": "{{BASE_URL}}/chefs/auth/forget?email=hossam@gmail.com",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"chefs",
												"auth",
												"forget"
											],
											"query": [
												{
													"key": "email",
													"value": "hossam@gmail.com"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Login",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "default"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "default"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "default"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "email",
											"value": "hossam@gmail.com",
											"description": "Required",
											"type": "default"
										},
										{
											"key": "password",
											"value": "123456",
											"description": "Required",
											"type": "default"
										},
										{
											"key": "device_token",
											"value": "Required. Firebase Token",
											"description": "Required. Firebase Token",
											"type": "default",
											"disabled": true
										},
										{
											"key": "device_id",
											"value": "put_device_id_here",
											"description": "Required. The unique device id",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/chefs/auth/login",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"chefs",
										"auth",
										"login"
									]
								}
							},
							"response": []
						},
						{
							"name": "Logout",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{BASE_URL}}/chefs/auth/logout",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"chefs",
										"auth",
										"logout"
									]
								}
							},
							"response": []
						},
						{
							"name": "update",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{CHEF_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "CLIENT-TYPE",
										"value": "ios",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \r\n// \"password\": 123456,\r\n// \"password_confirmation\": 123456,\r\n\r\n\"name\"  : \"hussam\",\r\n// \"email\"   : \"hossam@gmail.com\",\r\n\"device_id\": \"\",\r\n\"avatar_path\": \"image.png\",\r\n\"gender\": \"male\",\r\n\"facebook_profile_url\": \"http://www.facebook.com/hussam\",\r\n\"instagram_profile_url\": \"http://www.instgram.com/hussam\",\r\n\"youtube_profile_url\" : \"http://www.youtube.com/hussam\",\r\n\"bio\"   : \"any bio of hussam\",\r\n\"chef_about\": \"about hussam\",\r\n\"mobile\"    : \"01027655457\",\r\n\"bank_account\" : \"50795121212\",\r\n\"bank_code\" : \"50607080\",\r\n\"bank_name\" : \"CIB\",\r\n\"profile_img_path\" : \"profile.png\",\r\n\"avatar_img_path\" : \"default.png\",\r\n\"regional_cuisine\" :{\r\n    \"0\": 2,\r\n    \"1\": 3\r\n}  ,\r\n\"food_system\" :{\r\n    \"0\" : 1,\r\n    \"1\" : 2\r\n}  \r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{BASE_URL}}/chefs/auth/update",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"chefs",
										"auth",
										"update"
									]
								}
							},
							"response": []
						},
						{
							"name": "New Request",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": ""
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "meals",
					"item": [
						{
							"name": "steps",
							"item": [
								{
									"name": "update meal steps",
									"request": {
										"auth": {
											"type": "bearer",
											"bearer": [
												{
													"key": "token",
													"value": "{{CHEF_TOKEN}}",
													"type": "string"
												}
											]
										},
										"method": "POST",
										"header": [
											{
												"key": "Accept",
												"value": "application/json",
												"type": "text"
											},
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											},
											{
												"key": "CLIENT-VERSION",
												"value": "1.0.0",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"step_video_id\" : 59,\r\n    \"title_en\"  : \"update test the updates\",\r\n    \"title_ar\"  :\" عنوان جديد\",\r\n    \"description_en\": \"any des\"\r\n    // \"description_ar\": \"any des\",\r\n    // \"step_media_path\": \"video2.mp4\",\r\n    // \"active_flag\"   : 1\r\n\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{BASE_URL}}/videos/update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"videos",
												"update"
											]
										}
									},
									"response": []
								},
								{
									"name": "store meal steps",
									"request": {
										"auth": {
											"type": "bearer",
											"bearer": [
												{
													"key": "token",
													"value": "{{CHEF_TOKEN}}",
													"type": "string"
												}
											]
										},
										"method": "POST",
										"header": [
											{
												"key": "Accept",
												"value": "application/json",
												"type": "text"
											},
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											},
											{
												"key": "CLIENT-VERSION",
												"value": "1.0.0",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"title_en\" : \"new steps\",\r\n    \"title_ar\"  : \"خطوه جديده\",\r\n    \"description_en\" : \"description_en new\",\r\n    \"description_ar\": \"description_ar new\",\r\n    \"step_media_path\" : \"video9.mp4\",\r\n    \"active_flag\"   : 0,\r\n    \"step_sort\" : 3,\r\n    \"step_ref_id\" : 9\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{BASE_URL}}/tutorials/65/store",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"tutorials",
												"65",
												"store"
											]
										}
									},
									"response": []
								},
								{
									"name": "destroy meal steps",
									"request": {
										"auth": {
											"type": "bearer",
											"bearer": [
												{
													"key": "token",
													"value": "{{CHEF_TOKEN}}",
													"type": "string"
												}
											]
										},
										"method": "POST",
										"header": [
											{
												"key": "Accept",
												"value": "application/json",
												"type": "text"
											},
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											},
											{
												"key": "CLIENT-VERSION",
												"value": "1.0.0",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": []
										},
										"url": {
											"raw": "{{BASE_URL}}/videos/65/destroy",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"videos",
												"65",
												"destroy"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Meals List",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{CHEF_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "default"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "default"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "default"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals"
									],
									"query": [
										{
											"key": "page",
											"value": "1",
											"description": "step pages",
											"disabled": true
										},
										{
											"key": "search",
											"value": "",
											"description": "search global",
											"disabled": true
										},
										{
											"key": "chef_id",
											"value": "1",
											"description": "chef id",
											"disabled": true
										},
										{
											"key": "meal_type",
											"value": "44",
											"description": "type_id of meal",
											"disabled": true
										},
										{
											"key": "ingredient",
											"value": "رز",
											"description": "title of ingrediant",
											"disabled": true
										},
										{
											"key": "foodsystem",
											"value": "sss",
											"description": "title of foodsystem",
											"disabled": true
										},
										{
											"key": "tutorial_id",
											"value": "67",
											"description": "id of tutorial",
											"disabled": true
										},
										{
											"key": "regional_cusine",
											"value": "1",
											"description": "title of regional cusine",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "1",
											"description": "nullable, from 1 tp 12",
											"disabled": true
										},
										{
											"key": "active_flag",
											"value": "",
											"description": "true,false",
											"disabled": true
										},
										{
											"key": "post_status",
											"value": "",
											"description": "true , false",
											"disabled": true
										},
										{
											"key": "portion_count",
											"value": "",
											"description": "integer",
											"disabled": true
										},
										{
											"key": "user_favorite",
											"value": "",
											"disabled": true
										},
										{
											"key": "user_bookmark",
											"value": "",
											"disabled": true
										},
										{
											"key": "tutorial_tag",
											"value": "",
											"description": "tag string",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "show",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{CHEF_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "default"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "default"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "default"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/tutorial/6558a2dac7317",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"tutorial",
										"6558a2dac7317"
									],
									"query": [
										{
											"key": "page",
											"value": "1",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "add meal",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{CHEF_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "default"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "default"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"meal_type_ref_id\": 44,\r\n    \"main_img_path\" : \"image.png\",\r\n    \"title_en\"  : \"test 2 gassem\",\r\n    \"post_status_ref_id\": 1 ,\r\n    \"title_ar\"  : \"المحاوله 2\",\r\n    \"description_en\": \"test for description\",\r\n    \"description_ar\" : \"details\",\r\n    \"main_video_path\": \"1702662450.mp4\",\r\n    \"main_video_screenshot_path\": \"/videos/1702662450_screenshot.png\",\r\n    \"duration_hour\" : 0,\r\n    \"duration_minutes\": 20,\r\n    \"portion_count\": 3, \r\n    \"ingredients\": {\r\n        \"0\": {\r\n            \"name_ar\": \"رز\",\r\n            \"name_en\": \"rise\",\r\n            \"uom_ref_id\" : 1,\r\n            \"group_ref_id\": 2,\r\n            \"calories\" : 5,\r\n            \"fat\" : 5,\r\n            \"protein\" : 5,\r\n            \"carb\" : 5 ,\r\n            \"qty\" : 5\r\n\r\n        }\r\n    },\r\n    \"regional_cuisines\":{\r\n        \"0\":2\r\n    },\r\n    \r\n    \"tags\"  :{\r\n        \"0\": \"test tag\"\r\n    },\r\n  \r\n    \"meal_step_video\":{\r\n        \"0\":{\r\n            \"title_en\": \"step 1\",\r\n            \"title_ar\": \"الخطوه الاولي\",\r\n            \"description_en\": \"test for description\",\r\n            \"description_ar\": \"test for description\",\r\n            \"step_media_path\": \"images/zDxqGouAcdF44DjEpY9HWV10lDSEzQVLzcmvUF1S.png\",\r\n            \"step_sort\": 1,\r\n            \"step_ref_id\": 1\r\n        }\r\n    },\r\n    \"food_systems\":{\r\n        \"0\": 2\r\n    }\r\n \r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{BASE_URL}}/meal",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meal"
									]
								}
							},
							"response": []
						},
						{
							"name": "upload Video",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{CHEF_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "default"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "default"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "default"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "file",
											"type": "file",
											"src": "/C:/Users/SZ/Downloads/WhatsApp Video 2023-12-15 at 7.46.41 PM.mp4"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/upload",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"upload"
									]
								}
							},
							"response": []
						},
						{
							"name": "change",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{CHEF_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meal/6558a2dac7317/changeStatus",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meal",
										"6558a2dac7317",
										"changeStatus"
									]
								}
							},
							"response": []
						},
						{
							"name": "update meal",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{CHEF_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"tutorial_id\" : 66 ,\r\n    // \"meal_type_ref_id\" : 2,\r\n    \"title_en\": \"update using update api\"\r\n    // \"title_ar\": \"عنوان للقصه\",\r\n    // \"description_en\" : \"new desc\",\r\n    // \"description_ar\": \"desc\",\r\n    // \"main_video_screenshot_path\": \"screenshopt.png\",\r\n    // \"main_video_path\": \"video3.mp4\",\r\n    // \"duration_hour\" : 0 ,\r\n    // \"duration_minutes\": 3 , \r\n    // \"active_flag\": 1,\r\n    // \"post_status_ref_id\": 1,\r\n    // \"portion_count\": 3,\r\n    // \"avater_vedio_screenshot_path\": \"newimage.png\",\r\n    // \"ingredients\": {\r\n    //     \"0\": {\r\n    //         \"name_ar\": \"معكرونه\",\r\n    //         \"name_en\": \"Spaghetti\",\r\n    //         \"uom_ref_id\" : 1,\r\n    //         \"group_ref_id\": 2,\r\n    //         \"calories\" : 5,\r\n    //         \"fat\" : 5,\r\n    //         \"protein\" : 5,\r\n    //         \"carb\" : 5 ,\r\n    //         \"qty\" : 5\r\n\r\n    //     }\r\n    // },\r\n\r\n    // \"regional_cuisines\": {\r\n    //     \"0\" : 1\r\n    // },\r\n    // \"food_systems\":{\r\n    //     \"0\":2\r\n    // },\r\n    // \"tags\":{\r\n    //     \"0\": \"ay 7aga\"\r\n    // }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{BASE_URL}}/videos/update",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"videos",
										"update"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "home",
					"item": [
						{
							"name": "statistics",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{CHEF_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/statictics",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"statictics"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Popular Chefs",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "provider_id",
									"value": "123456",
									"description": "Optional. BUT Required without email",
									"type": "text"
								},
								{
									"key": "provider_name",
									"value": "facebook",
									"description": "Optional. BUT Required without email. \nAccept: facebook, google, apple",
									"type": "text"
								},
								{
									"key": "email",
									"value": "ahmed@chefhub.com",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "password",
									"value": "password",
									"description": "Optional. BUT Required with email",
									"type": "text"
								},
								{
									"key": "name",
									"value": "Ahmed Ali",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "device_token",
									"value": "put_device_token_here",
									"description": "Required. Firebase Token",
									"type": "text"
								},
								{
									"key": "device_id",
									"value": "put_device_id_here",
									"description": "Required. The unique device id",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/chefs/trending/list",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"chefs",
								"trending",
								"list"
							],
							"query": [
								{
									"key": "is_following",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Chef Profile",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{BASE_URL}}/chefs/1",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"chefs",
								"1"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Tutorials",
			"item": [
				{
					"name": "Videos",
					"item": [
						{
							"name": "Comments",
							"item": [
								{
									"name": "List Video Comments",
									"protocolProfileBehavior": {
										"disableBodyPruning": true
									},
									"request": {
										"auth": {
											"type": "bearer",
											"bearer": [
												{
													"key": "token",
													"value": "{{USER_TOKEN}}",
													"type": "string"
												}
											]
										},
										"method": "GET",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "android",
												"type": "text"
											},
											{
												"key": "CLIENT-VERSION",
												"value": "1.0.0",
												"type": "text"
											},
											{
												"key": "Accept",
												"value": "application/json",
												"type": "text"
											},
											{
												"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
												"key": "Content-Type",
												"value": "application/json",
												"type": "text"
											},
											{
												"key": "APP-LANG",
												"value": "{{APP_LANG}}",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": []
										},
										"url": {
											"raw": "{{BASE_URL}}/videos/1/comments",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"videos",
												"1",
												"comments"
											]
										}
									},
									"response": []
								},
								{
									"name": "Create a comment",
									"request": {
										"auth": {
											"type": "bearer",
											"bearer": [
												{
													"key": "token",
													"value": "{{USER_TOKEN}}",
													"type": "string"
												}
											]
										},
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "android",
												"type": "text"
											},
											{
												"key": "CLIENT-VERSION",
												"value": "1.0.0",
												"type": "text"
											},
											{
												"key": "Accept",
												"value": "application/json",
												"type": "text"
											},
											{
												"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
												"key": "Content-Type",
												"value": "application/json",
												"type": "text"
											},
											{
												"key": "APP-LANG",
												"value": "{{APP_LANG}}",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "body",
													"value": "Test Comment",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/videos/1/comments",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"videos",
												"1",
												"comments"
											]
										}
									},
									"response": []
								},
								{
									"name": "Remov a comment",
									"request": {
										"auth": {
											"type": "bearer",
											"bearer": [
												{
													"key": "token",
													"value": "{{USER_TOKEN}}",
													"type": "string"
												}
											]
										},
										"method": "DELETE",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "android",
												"type": "text"
											},
											{
												"key": "CLIENT-VERSION",
												"value": "1.0.0",
												"type": "text"
											},
											{
												"key": "Accept",
												"value": "application/json",
												"type": "text"
											},
											{
												"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
												"key": "Content-Type",
												"value": "application/json",
												"type": "text"
											},
											{
												"key": "APP-LANG",
												"value": "{{APP_LANG}}",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": []
										},
										"url": {
											"raw": "{{BASE_URL}}/videos/comments/2",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"videos",
												"comments",
												"2"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Favourites",
							"item": [
								{
									"name": "List Favouriters",
									"protocolProfileBehavior": {
										"disableBodyPruning": true
									},
									"request": {
										"auth": {
											"type": "bearer",
											"bearer": [
												{
													"key": "token",
													"value": "{{USER_TOKEN}}",
													"type": "string"
												}
											]
										},
										"method": "GET",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "android",
												"type": "text"
											},
											{
												"key": "CLIENT-VERSION",
												"value": "1.0.0",
												"type": "text"
											},
											{
												"key": "Accept",
												"value": "application/json",
												"type": "text"
											},
											{
												"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
												"key": "Content-Type",
												"value": "application/json",
												"type": "text"
											},
											{
												"key": "APP-LANG",
												"value": "{{APP_LANG}}",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": []
										},
										"url": {
											"raw": "{{BASE_URL}}/videos/1/favourites",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"videos",
												"1",
												"favourites"
											]
										}
									},
									"response": []
								},
								{
									"name": "Toggle Favourite",
									"request": {
										"auth": {
											"type": "bearer",
											"bearer": [
												{
													"key": "token",
													"value": "{{USER_TOKEN}}",
													"type": "string"
												}
											]
										},
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "android",
												"type": "text"
											},
											{
												"key": "CLIENT-VERSION",
												"value": "1.0.0",
												"type": "text"
											},
											{
												"key": "Accept",
												"value": "application/json",
												"type": "text"
											},
											{
												"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
												"key": "Content-Type",
												"value": "application/json",
												"type": "text"
											},
											{
												"key": "APP-LANG",
												"value": "{{APP_LANG}}",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "body",
													"value": "Test Comment",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/videos/1/favourites",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"videos",
												"1",
												"favourites"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Get Tutorial Videos",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/tutorials/24/videos",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"tutorials",
										"24",
										"videos"
									]
								}
							},
							"response": []
						},
						{
							"name": "Most Active Video",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/videos/most-famous",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"videos",
										"most-famous"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Video Ingredients",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/videos/1/ingredients",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"videos",
										"1",
										"ingredients"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Tutorial Single Video",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/tutorials/24/videos/46",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"tutorials",
										"24",
										"videos",
										"46"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "List Popular Tutorials",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "popular",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/tutorials",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"tutorials"
							],
							"query": [
								{
									"key": "meal_type",
									"value": "dinner",
									"description": "Optional. Accept: breakfast,lunch,dinner,snack",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "List Tutorials By a Chef",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "popular",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/tutorials?by=1",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"tutorials"
							],
							"query": [
								{
									"key": "by",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Random",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "popular",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/videos/random",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"videos",
								"random"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get all ingredients",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{BASE_URL}}/tutorials/101/ingredients",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"tutorials",
								"101",
								"ingredients"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Posts",
			"item": [
				{
					"name": "Comments",
					"item": [
						{
							"name": "List Post Comments",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/posts/1/comments",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"posts",
										"1",
										"comments"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create a comment",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "body",
											"value": "Test Comment",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/posts/1/comments",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"posts",
										"1",
										"comments"
									]
								}
							},
							"response": []
						},
						{
							"name": "Remov a comment",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/posts/comments/2",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"posts",
										"comments",
										"2"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Favourites",
					"item": [
						{
							"name": "List Favouriters",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/posts/1/favourites",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"posts",
										"1",
										"favourites"
									]
								}
							},
							"response": []
						},
						{
							"name": "Toggle Favourite",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "body",
											"value": "Test Comment",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/posts/1/favourites",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"posts",
										"1",
										"favourites"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Timeline",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{BASE_URL}}/posts",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"posts"
							]
						}
					},
					"response": []
				},
				{
					"name": "Show One Post",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{BASE_URL}}/posts/1",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"posts",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Publish Post",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "content",
									"value": "This is how to cook",
									"type": "text"
								},
								{
									"key": "images[]",
									"type": "file",
									"src": "/home/faid/Pictures/Screenshots/Screenshot from 2022-09-05 19-55-31.png"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/posts",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"posts"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Post",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{USER_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "content",
									"value": "This is how to cook",
									"type": "text"
								},
								{
									"key": "images[]",
									"type": "file",
									"src": "/home/faid/Pictures/Screenshots/Screenshot from 2022-09-05 19-55-31.png"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/posts/1",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"posts",
								"1"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Profile",
			"item": [
				{
					"name": "Following",
					"item": [
						{
							"name": "Following",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/auth/me/following",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"auth",
										"me",
										"following"
									]
								}
							},
							"response": []
						},
						{
							"name": "Do Follow / Toggle",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/chefs/63/follow",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"chefs",
										"63",
										"follow"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Bookmarks",
					"item": [
						{
							"name": "List Bookmarked Videos",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/profile/bookmarked-videos",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"profile",
										"bookmarked-videos"
									]
								}
							},
							"response": []
						},
						{
							"name": "Bookmark a video",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{USER_TOKEN}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "android",
										"type": "text"
									},
									{
										"key": "CLIENT-VERSION",
										"value": "1.0.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "APP-LANG",
										"value": "{{APP_LANG}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{BASE_URL}}/videos/6/bookmark",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"videos",
										"6",
										"bookmark"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Me",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{CHEF_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{BASE_URL}}/chefs/auth/me",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"chefs",
								"auth",
								"me"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{CHEF_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "android",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.",
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "APP-LANG",
								"value": "{{APP_LANG}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "name",
									"value": "Ahmed Ali",
									"description": "Optional.",
									"type": "text"
								},
								{
									"key": "avatar_path",
									"description": "Optional.",
									"type": "file",
									"src": "/home/theafaid/Pictures/Screenshots/Screenshot from 2023-05-30 23-20-06.png"
								},
								{
									"key": "food_systems[]",
									"value": "1",
									"description": "Optional. Array of food systems // you can update it through user profile also",
									"type": "text"
								},
								{
									"key": "regional_cuisines[]",
									"value": "1",
									"description": "Optional. Array of regional cuisines // you can update it through user profile also",
									"type": "text"
								},
								{
									"key": "old_password",
									"value": "password",
									"type": "default"
								},
								{
									"key": "password",
									"value": "passwords",
									"type": "default"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/chefs/profile/update",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"chefs",
								"profile",
								"update"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "references",
			"item": [
				{
					"name": "store refernces",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{CHEF_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{BASE_URL}}/data/references?type=reference_head&e_description=english desc&a_description=arabic desc",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"data",
								"references"
							],
							"query": [
								{
									"key": "type",
									"value": "reference_head"
								},
								{
									"key": "e_description",
									"value": "english desc"
								},
								{
									"key": "a_description",
									"value": "arabic desc"
								},
								{
									"key": "ref_H_ID",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "update regerneces",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{CHEF_TOKEN}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "CLIENT-VERSION",
								"value": "1.0.0",
								"type": "text"
							},
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{BASE_URL}}/data/references/10?type=reference_details&e_description=english desc&a_description=arabic desc&active_flag=0",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"data",
								"references",
								"10"
							],
							"query": [
								{
									"key": "type",
									"value": "reference_details"
								},
								{
									"key": "e_description",
									"value": "english desc"
								},
								{
									"key": "a_description",
									"value": "arabic desc"
								},
								{
									"key": "ref_H_ID",
									"value": "1",
									"disabled": true
								},
								{
									"key": "active_flag",
									"value": "0"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "meal",
			"item": [
				{
					"name": "Ingredients",
					"item": [
						{
							"name": "add_or_update",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "tutorial_id",
											"value": "65",
											"type": "text"
										},
										{
											"key": "name_en",
											"value": "rise 2",
											"type": "text"
										},
										{
											"key": "name_ar",
											"value": "رز 2",
											"type": "text"
										},
										{
											"key": "protein",
											"value": "3",
											"type": "text"
										},
										{
											"key": "unit",
											"value": "f",
											"type": "text"
										},
										{
											"key": "ingredient_id",
											"value": "25",
											"description": "not required - for update",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/meals/Ingredients/add_or_update",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"Ingredients",
										"add_or_update"
									]
								}
							},
							"response": [
								{
									"name": "unValidToken",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"url": {
											"raw": "{{BASE_URL}}/meals/create_or_update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"create_or_update"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Thu, 01 Feb 2024 00:15:55 GMT"
										},
										{
											"key": "Date",
											"value": "Thu, 01 Feb 2024 00:15:55 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"status\": \"unValidToken\"\n}"
								},
								{
									"name": "notValid",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "tutorial_id",
													"value": "65",
													"type": "text"
												},
												{
													"key": "main_video_path",
													"type": "file",
													"src": "/D:/downloads_D/file_example_MP4_480_1_5MG.mp4"
												},
												{
													"key": "main_img_path",
													"type": "file",
													"src": "/D:/temp_img/burger/04524c9e-443a-4a65-8edf-c32c06b3705b.jpg"
												},
												{
													"key": "main_video_screenshot_path",
													"type": "file",
													"src": "/D:/temp_img/burger/floating_burger_02.png"
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/meals/Ingredients/add_or_update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"Ingredients",
												"add_or_update"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 21:37:41 GMT"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 21:37:41 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"name_en\": [\n            \"The name en field is required.\"\n        ],\n        \"name_ar\": [\n            \"The name ar field is required.\"\n        ],\n        \"protein\": [\n            \"The protein field is required.\"\n        ],\n        \"unit\": [\n            \"The unit field is required.\"\n        ]\n    }\n}"
								},
								{
									"name": "success",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "tutorial_id",
													"value": "65",
													"type": "text"
												},
												{
													"key": "name_en",
													"value": "rise 2",
													"type": "text"
												},
												{
													"key": "name_ar",
													"value": "رز 2",
													"type": "text"
												},
												{
													"key": "protein",
													"value": "3",
													"type": "text"
												},
												{
													"key": "unit",
													"value": "f",
													"type": "text"
												},
												{
													"key": "ingredient_id",
													"value": "25",
													"description": "not required - for update",
													"type": "text",
													"disabled": true
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/meals/Ingredients/add_or_update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"Ingredients",
												"add_or_update"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 21:57:15 GMT"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 21:57:15 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"ingredient done\",\n    \"ingredient_id\": 30\n}"
								}
							]
						},
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "ingredient_id",
											"value": "25",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/meals/Ingredients/delete",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"Ingredients",
										"delete"
									]
								}
							},
							"response": [
								{
									"name": "unValidToken",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"url": {
											"raw": "{{BASE_URL}}/meals/create_or_update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"create_or_update"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Thu, 01 Feb 2024 00:15:55 GMT"
										},
										{
											"key": "Date",
											"value": "Thu, 01 Feb 2024 00:15:55 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"status\": \"unValidToken\"\n}"
								},
								{
									"name": "notValid",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "ingredient_id",
													"value": "30",
													"type": "text",
													"disabled": true
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/meals/Ingredients/delete",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"Ingredients",
												"delete"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 22:26:22 GMT"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 22:26:22 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"ingredient_id\": [\n            \"The ingredient id field is required.\"\n        ]\n    }\n}"
								},
								{
									"name": "success",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "ingredient_id",
													"value": "25",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/meals/Ingredients/delete",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"Ingredients",
												"delete"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 22:27:20 GMT"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 22:27:20 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"ingredient deleted\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "Steps",
					"item": [
						{
							"name": "add_or_update",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "tutorial_id",
											"value": "65",
											"type": "text"
										},
										{
											"key": "step_id",
											"value": "62",
											"description": "not required - for update ",
											"type": "text"
										},
										{
											"key": "title_en",
											"value": "t1",
											"type": "text"
										},
										{
											"key": "title_ar",
											"value": "t1",
											"type": "text"
										},
										{
											"key": "description_en",
											"value": "d1",
											"type": "text"
										},
										{
											"key": "description_ar",
											"value": "d1",
											"type": "text"
										},
										{
											"key": "step_media_path",
											"description": "not required ",
											"type": "file",
											"src": "/D:/downloads_D/file_example_MP4_480_1_5MG.mp4"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/meals/Steps/add_or_update",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"Steps",
										"add_or_update"
									]
								}
							},
							"response": [
								{
									"name": "unValidToken",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"url": {
											"raw": "{{BASE_URL}}/meals/create_or_update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"create_or_update"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Thu, 01 Feb 2024 00:15:55 GMT"
										},
										{
											"key": "Date",
											"value": "Thu, 01 Feb 2024 00:15:55 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"status\": \"unValidToken\"\n}"
								},
								{
									"name": "notValid",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "tutorial_id",
													"value": "65",
													"type": "text"
												},
												{
													"key": "name_en",
													"value": "rise 2",
													"type": "text"
												},
												{
													"key": "name_ar",
													"value": "رز 2",
													"type": "text"
												},
												{
													"key": "protein",
													"value": "3",
													"type": "text"
												},
												{
													"key": "unit",
													"value": "f",
													"type": "text"
												},
												{
													"key": "ingredient_id",
													"value": "25",
													"description": "not required - for update",
													"type": "text",
													"disabled": true
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/meals/Steps/add_or_update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"Steps",
												"add_or_update"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:11:16 GMT"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:11:16 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"title_en\": [\n            \"The title en field is required.\"\n        ],\n        \"title_ar\": [\n            \"The title ar field is required.\"\n        ],\n        \"description_en\": [\n            \"The description en field is required.\"\n        ],\n        \"description_ar\": [\n            \"The description ar field is required.\"\n        ]\n    }\n}"
								},
								{
									"name": "add_or_update",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "tutorial_id",
													"value": "65",
													"type": "text"
												},
												{
													"key": "step_id",
													"value": "62",
													"description": "not required - for update ",
													"type": "text"
												},
												{
													"key": "title_en",
													"value": "t1",
													"type": "text"
												},
												{
													"key": "title_ar",
													"value": "t1",
													"type": "text"
												},
												{
													"key": "description_en",
													"value": "d1",
													"type": "text"
												},
												{
													"key": "description_ar",
													"value": "d1",
													"type": "text"
												},
												{
													"key": "step_media_path",
													"description": "not required ",
													"type": "file",
													"src": "/D:/downloads_D/file_example_MP4_480_1_5MG.mp4"
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/meals/Steps/add_or_update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"Steps",
												"add_or_update"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:23:36 GMT"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:23:36 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"step added\",\n    \"step_id\": 62,\n    \"step_media_path\": null\n}"
								},
								{
									"name": "success with video",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "tutorial_id",
													"value": "65",
													"type": "text"
												},
												{
													"key": "step_id",
													"value": "62",
													"description": "not required - for update ",
													"type": "text"
												},
												{
													"key": "title_en",
													"value": "t1",
													"type": "text"
												},
												{
													"key": "title_ar",
													"value": "t1",
													"type": "text"
												},
												{
													"key": "description_en",
													"value": "d1",
													"type": "text"
												},
												{
													"key": "description_ar",
													"value": "d1",
													"type": "text"
												},
												{
													"key": "step_media_path",
													"description": "not required ",
													"type": "file",
													"src": "/D:/downloads_D/file_example_MP4_480_1_5MG.mp4"
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/meals/Steps/add_or_update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"Steps",
												"add_or_update"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:24:40 GMT"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:24:40 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"step added\",\n    \"step_id\": 62,\n    \"step_media_path\": \"http://127.0.0.1:8000/storage/step_media_path/step_media_path_58929.mp4\"\n}"
								}
							]
						},
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "step_id",
											"value": "62",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/meals/Steps/delete",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"Steps",
										"delete"
									]
								}
							},
							"response": [
								{
									"name": "unValidToken",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"url": {
											"raw": "{{BASE_URL}}/meals/create_or_update",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"create_or_update"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Thu, 01 Feb 2024 00:15:55 GMT"
										},
										{
											"key": "Date",
											"value": "Thu, 01 Feb 2024 00:15:55 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"status\": \"unValidToken\"\n}"
								},
								{
									"name": "notValid",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "step_id",
													"value": "25",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/meals/Steps/delete",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"Steps",
												"delete"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:29:29 GMT"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:29:29 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"step_id\": [\n            \"The step id field is required.\"\n        ]\n    }\n}"
								},
								{
									"name": "success",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "CLIENT-TYPE",
												"value": "web",
												"type": "text"
											}
										],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "step_id",
													"value": "62",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{BASE_URL}}/meals/Steps/delete",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"meals",
												"Steps",
												"delete"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Host",
											"value": "127.0.0.1:8000"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:30:05 GMT"
										},
										{
											"key": "Date",
											"value": "Fri, 02 Feb 2024 23:30:05 GMT"
										},
										{
											"key": "Connection",
											"value": "close"
										},
										{
											"key": "X-Powered-By",
											"value": "PHP/8.2.6"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, private"
										},
										{
											"key": "Content-Type",
											"value": "application/json"
										},
										{
											"key": "Access-Control-Allow-Origin",
											"value": "*"
										}
									],
									"cookie": [],
									"body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"Step deleted\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "list",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							},
							{
								"key": "lang",
								"value": "en",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{BASE_URL}}/meals",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"meals"
							]
						}
					},
					"response": [
						{
							"name": "unValidToken",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:18:13 GMT"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:18:13 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"unValidToken\"\n}"
						},
						{
							"name": "unValidLang",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:24:44 GMT"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:24:44 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"unValidLang\"\n}"
						},
						{
							"name": "success",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									},
									{
										"key": "lang",
										"value": "en",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:26:25 GMT"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:26:25 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": [\n        {\n            \"id\": 65,\n            \"title\": \"title of tutorial\",\n            \"description\": \"new desc\",\n            \"main_img_path\": \"image.png\",\n            \"main_video_screenshot_path\":  \"image.png\",\n            \"chef\": null\n        },\n        {\n            \"id\": 66,\n            \"title\": \"update using update api\",\n            \"description\": \"test for description\",\n            \"main_img_path\": \"image.png\",\n            \"main_video_screenshot_path\":  \"image.png\",\n            \"chef\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://127.0.0.1:8000/api/v1/meals?page=1\",\n        \"last\": \"http://127.0.0.1:8000/api/v1/meals?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/v1/meals?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://127.0.0.1:8000/api/v1/meals\",\n        \"per_page\": 15,\n        \"to\": 2,\n        \"total\": 2,\n        \"message\": null\n    },\n    \"success\": true\n}"
						}
					]
				},
				{
					"name": "show",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							},
							{
								"key": "lang",
								"value": "en",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{BASE_URL}}/meals/65",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"meals",
								"65"
							]
						}
					},
					"response": [
						{
							"name": "unValidToken",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals/65",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"65"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:18:51 GMT"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:18:51 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"unValidToken\"\n}"
						},
						{
							"name": "success",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									},
									{
										"key": "lang",
										"value": "en",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals/65",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"65"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Fri, 09 Feb 2024 22:30:45 GMT"
								},
								{
									"key": "Date",
									"value": "Fri, 09 Feb 2024 22:30:45 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"success\",\n    \"data\": {\n        \"id\": 65,\n        \"meal_type_ref_id\": 50,\n        \"title_en\": \"title of tutorial\",\n        \"title_ar\": \"عنوان للقصه\",\n        \"description_en\": \"new desc\",\n        \"description_ar\": \"desc\",\n        \"main_img_path\": \"http://127.0.0.1:8000/storage/main_img_path/main_img_path_65c6861b6a1cb.png\",\n        \"main_video_path\": \"http://127.0.0.1:8000/storage/main_video_path/main_video_path_65c6861b6854d.mp4\",\n        \"main_video_screenshot_path\": \"http://127.0.0.1:8000/storage/main_video_screenshot_path/main_video_screenshot_path_18955.png\",\n        \"duration_hour\": \"0\",\n        \"duration_minutes\": \"3\",\n        \"active_flag\": \"1\",\n        \"post_status_ref_id\": 43,\n        \"portion_count\": 3,\n        \"steps\": [\n            {\n                \"id\": 56,\n                \"tutorial_id\": 65,\n                \"step_sort\": 1,\n                \"step_ref_id\": 1,\n                \"title_en\": \"new titles\",\n                \"title_ar\": \"عنوان جديد\",\n                \"description_en\": \"any des\",\n                \"description_ar\": \"any des\",\n                \"step_media_path\": \"video2.mp4\",\n                \"media_path\": \"http://127.0.0.1:8000/storage/step_media_path/video2.mp4\"\n            },\n            {\n                \"id\": 57,\n                \"tutorial_id\": 65,\n                \"step_sort\": 3,\n                \"step_ref_id\": 9,\n                \"title_en\": \"new step\",\n                \"title_ar\": \"خطوه جديده\",\n                \"description_en\": \"description_en new\",\n                \"description_ar\": \"description_ar new\",\n                \"step_media_path\": \"video9.mp4\",\n                \"media_path\": \"http://127.0.0.1:8000/storage/step_media_path/video9.mp4\"\n            },\n            {\n                \"id\": 58,\n                \"tutorial_id\": 65,\n                \"step_sort\": 3,\n                \"step_ref_id\": 9,\n                \"title_en\": \"new steps\",\n                \"title_ar\": \"خطوه جديده\",\n                \"description_en\": \"description_en new\",\n                \"description_ar\": \"description_ar new\",\n                \"step_media_path\": \"video9.mp4\",\n                \"media_path\": \"http://127.0.0.1:8000/storage/step_media_path/video9.mp4\"\n            },\n            {\n                \"id\": 61,\n                \"tutorial_id\": 65,\n                \"step_sort\": 1,\n                \"step_ref_id\": 1,\n                \"title_en\": \"t1\",\n                \"title_ar\": \"t1\",\n                \"description_en\": \"d1\",\n                \"description_ar\": \"d1\",\n                \"step_media_path\": null,\n                \"media_path\": null\n            },\n            {\n                \"id\": 62,\n                \"tutorial_id\": 65,\n                \"step_sort\": 1,\n                \"step_ref_id\": 1,\n                \"title_en\": \"t1\",\n                \"title_ar\": \"t1\",\n                \"description_en\": \"d1\",\n                \"description_ar\": \"d1\",\n                \"step_media_path\": \"step_media_path_48606.png\",\n                \"media_path\": \"http://127.0.0.1:8000/storage/step_media_path/step_media_path_48606.png\"\n            }\n        ],\n        \"ingredients\": [\n            {\n                \"id\": 894,\n                \"name_en\": \"Spaghetti\",\n                \"name_ar\": \"معكرونه\",\n                \"uom_ref_id\": 1,\n                \"pivot\": {\n                    \"tutorial_id\": 65,\n                    \"ingredient_id\": 894,\n                    \"qty\": 5\n                },\n                \"uom\": {\n                    \"id\": 1,\n                    \"ref_H_ID\": 1,\n                    \"name\": \"General\"\n                },\n                \"group\": null\n            }\n        ],\n        \"regional_cuisines\": [\n            {\n                \"id\": 1,\n                \"name_en\": \"Arabic\",\n                \"name_ar\": \"عربي\",\n                \"pivot\": {\n                    \"tutorial_id\": 65,\n                    \"cuisine_id\": 1\n                }\n            }\n        ],\n        \"food_systems\": [\n            {\n                \"id\": 2,\n                \"name_en\": \"Keto\",\n                \"name_ar\": \"كيتو\",\n                \"pivot\": {\n                    \"tutorial_id\": 65,\n                    \"food_system_id\": 2\n                }\n            }\n        ],\n        \"tags\": [\n            {\n                \"id\": 5,\n                \"tutorial_id\": 65,\n                \"tag\": \"gamd , s7y\"\n            },\n            {\n                \"id\": 6,\n                \"tutorial_id\": 65,\n                \"tag\": \"ay 7aga\"\n            }\n        ],\n        \"post_status\": {\n            \"id\": 43,\n            \"ref_H_ID\": 4,\n            \"e_description\": \"Live\",\n            \"a_description\": \"لايف\",\n            \"active_flag\": \"1\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "get_dropDowns_list",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{BASE_URL}}/meals/get_dropDowns_list",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"meals",
								"get_dropDowns_list"
							]
						}
					},
					"response": [
						{
							"name": "success",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals/65",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"65"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:06:50 GMT"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:06:50 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"success\",\n    \"meal_type\": [\n        {\n            \"id\": 44,\n            \"name\": \"Breakfasr\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Lunch\"\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Dinner\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Snack\"\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Dessert\"\n        }\n    ],\n    \"regional_cuisines\": [\n        {\n            \"id\": 1,\n            \"name\": \"Arabic\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Italian\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Chines\"\n        }\n    ],\n    \"food_systems\": [\n        {\n            \"id\": 1,\n            \"name\": \"Low Calorie\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Keto\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Paleo\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Gluten Free\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Diet\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"High Protein\"\n        }\n    ]\n}"
						},
						{
							"name": "unValidToken",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals/65",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"65"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:18:51 GMT"
								},
								{
									"key": "Date",
									"value": "Sat, 27 Jan 2024 20:18:51 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"unValidToken\"\n}"
						},
						{
							"name": "success",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals/get_dropDowns_list",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"get_dropDowns_list"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Sat, 03 Feb 2024 17:35:30 GMT"
								},
								{
									"key": "Date",
									"value": "Sat, 03 Feb 2024 17:35:30 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"success\",\n    \"meal_type\": [\n        {\n            \"id\": 44,\n            \"name_en\": \"Breakfasr\",\n            \"name_ar\": \"فطور\"\n        },\n        {\n            \"id\": 45,\n            \"name_en\": \"Lunch\",\n            \"name_ar\": \"غداء\"\n        },\n        {\n            \"id\": 46,\n            \"name_en\": \"Dinner\",\n            \"name_ar\": \"عشاء\"\n        },\n        {\n            \"id\": 50,\n            \"name_en\": \"Snack\",\n            \"name_ar\": \"سناك\"\n        },\n        {\n            \"id\": 51,\n            \"name_en\": \"Dessert\",\n            \"name_ar\": \"حلويات\"\n        }\n    ],\n    \"regional_cuisines\": [\n        {\n            \"id\": 1,\n            \"name_en\": \"Arabic\",\n            \"name_ar\": \"عربي\"\n        },\n        {\n            \"id\": 2,\n            \"name_en\": \"Italian\",\n            \"name_ar\": \"ايطالي\"\n        },\n        {\n            \"id\": 3,\n            \"name_en\": \"Chines\",\n            \"name_ar\": \"Chines\"\n        }\n    ],\n    \"food_systems\": [\n        {\n            \"id\": 1,\n            \"name_en\": \"Low Calorie\",\n            \"name_ar\": \"لو كارب\"\n        },\n        {\n            \"id\": 2,\n            \"name_en\": \"Keto\",\n            \"name_ar\": \"كيتو\"\n        },\n        {\n            \"id\": 4,\n            \"name_en\": \"Paleo\",\n            \"name_ar\": \"Paleo\"\n        },\n        {\n            \"id\": 5,\n            \"name_en\": \"Gluten Free\",\n            \"name_ar\": \"Gluten Free\"\n        },\n        {\n            \"id\": 6,\n            \"name_en\": \"Diet\",\n            \"name_ar\": \"Diet\"\n        },\n        {\n            \"id\": 7,\n            \"name_en\": \"High Protein\",\n            \"name_ar\": \"High Protein\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "create_or_update",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"meal_type_ref_id\": 1,\r\n    \"regional_cuisines\": 1,\r\n    \"title_en\": \"rest\",\r\n    \"title_ar\": \"rest\",\r\n    \"description_en\": \"rest\",\r\n    \"description_ar\": \"rest\",\r\n    \"duration_hour\": \"rest\",\r\n    \"duration_minutes\": \"rest\",\r\n    \"portion_count\": 2 ,\r\n    \"tags\" : [ \"tag 1\",\"tag 2\" ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{BASE_URL}}/meals/create_or_update",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"meals",
								"create_or_update"
							]
						}
					},
					"response": [
						{
							"name": "unValidToken",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals/create_or_update",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"create_or_update"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 00:15:55 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 00:15:55 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"unValidToken\"\n}"
						},
						{
							"name": "notValid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals/create_or_update",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"create_or_update"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 00:16:52 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 00:16:52 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"regional_cuisines\": [\n            \"The regional cuisines field is required.\"\n        ],\n        \"title_en\": [\n            \"The title en field is required.\"\n        ],\n        \"title_ar\": [\n            \"The title ar field is required.\"\n        ],\n        \"description_en\": [\n            \"The description en field is required.\"\n        ],\n        \"description_ar\": [\n            \"The description ar field is required.\"\n        ],\n        \"tags\": [\n            \"The tags field is required.\"\n        ],\n        \"duration_hour\": [\n            \"The duration hour field is required.\"\n        ],\n        \"duration_minutes\": [\n            \"The duration minutes field is required.\"\n        ],\n        \"portion_count\": [\n            \"The portion count field is required.\"\n        ]\n    }\n}"
						},
						{
							"name": "success",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"meal_type_ref_id\": 1,\r\n    \"regional_cuisines\": 1,\r\n    \"title_en\": \"rest\",\r\n    \"title_ar\": \"rest\",\r\n    \"description_en\": \"rest\",\r\n    \"description_ar\": \"rest\",\r\n    \"duration_hour\": \"rest\",\r\n    \"duration_minutes\": \"rest\",\r\n    \"portion_count\": 2 ,\r\n    \"tags\" : [ \"tag 1\",\"tag 2\" ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{BASE_URL}}/meals/create_or_update",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"create_or_update"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 16:32:28 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 16:32:28 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.1.17"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"meal has been created\",\n    \"id\": 2\n}"
						}
					]
				},
				{
					"name": "add_or_update_media",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tutorial_id",
									"value": "65",
									"type": "text"
								},
								{
									"key": "main_video_path",
									"type": "file",
									"src": "/D:/downloads_D/file_example_MP4_480_1_5MG.mp4"
								},
								{
									"key": "main_img_path",
									"type": "file",
									"src": "/D:/downloads_D/products/Layer 2.png"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/meals/add_or_update_media",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"meals",
								"add_or_update_media"
							]
						}
					},
					"response": [
						{
							"name": "unValidToken",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals/create_or_update",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"create_or_update"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 00:15:55 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 00:15:55 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"unValidToken\"\n}"
						},
						{
							"name": "notValid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [],
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{BASE_URL}}/meals/add_or_update_media",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"add_or_update_media"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 17:01:43 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 17:01:43 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.1.17"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"main_img_path\": [\n            \"The main img path field is required.\"\n        ],\n        \"main_video_path\": [\n            \"The main video path field is required.\"\n        ],\n        \"main_video_screenshot_path\": [\n            \"The main video screenshot path field is required.\"\n        ]\n    }\n}"
						},
						{
							"name": "success",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "main_video_path",
											"type": "file",
											"src": "/D:/downloads_D/file_example_MP4_480_1_5MG.mp4"
										},
										{
											"key": "main_img_path",
											"type": "file",
											"src": "/D:/downloads_D/fire images/image 3.webp"
										},
										{
											"key": "main_video_screenshot_path",
											"type": "file",
											"src": "/D:/downloads_D/fire images/image 1.webp"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/meals/add_or_update_media",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"add_or_update_media"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Fri, 02 Feb 2024 19:12:34 GMT"
								},
								{
									"key": "Date",
									"value": "Fri, 02 Feb 2024 19:12:34 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"media updated\",\n    \"main_img_path\": \"main_img_path.png\",\n    \"main_video_screenshot_path\": \"main_video_screenshot_path.png\",\n    \"main_video_path\": \"video.mp4\"\n}"
						}
					]
				},
				{
					"name": "meal-delete",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL3YxL2NoZWZzL2F1dGgvbG9naW4iLCJpYXQiOjE3MDYzODY1NTAsImV4cCI6MTczNzkyMjU1MCwibmJmIjoxNzA2Mzg2NTUwLCJqdGkiOiJjTzNBOUpmTUg2Y09HSlpRIiwic3ViIjoiMSIsInBydiI6ImQ4NmZiOGQxYTkyYTBkNTllZjIyMTZhNWM3YTAwMGVkODE0ZjcwNzIifQ.LEEApDbsgO0o-Tfm3WqiDyUV0syQmpvlr9ze0i1hQzs",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "CLIENT-TYPE",
								"value": "web",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tutorial_id",
									"value": "65",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{BASE_URL}}/meals/delete",
							"host": [
								"{{BASE_URL}}"
							],
							"path": [
								"meals",
								"delete"
							]
						}
					},
					"response": [
						{
							"name": "unValidToken",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{BASE_URL}}/meals/create_or_update",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"create_or_update"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 00:15:55 GMT"
								},
								{
									"key": "Date",
									"value": "Thu, 01 Feb 2024 00:15:55 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"unValidToken\"\n}"
						},
						{
							"name": "success",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "tutorial_id",
											"value": "65",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/meals/delete",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"delete"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Fri, 02 Feb 2024 22:29:53 GMT"
								},
								{
									"key": "Date",
									"value": "Fri, 02 Feb 2024 22:29:53 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"Meal has been deleted\"\n}"
						},
						{
							"name": "notValid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "CLIENT-TYPE",
										"value": "web",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "tutorial_id",
											"value": "65",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{BASE_URL}}/meals/delete",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"meals",
										"delete"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "127.0.0.1:8000"
								},
								{
									"key": "Date",
									"value": "Fri, 02 Feb 2024 22:31:21 GMT"
								},
								{
									"key": "Date",
									"value": "Fri, 02 Feb 2024 22:31:21 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/8.2.6"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"tutorial_id\": [\n            \"The tutorial id field is required.\"\n        ]\n    }\n}"
						}
					]
				}
			]
		}
	]
}