{
  "info": {
    "_postman_id": "beb47578-bee3-4f31-87ff-047bc3d76c0b",
    "name": "chef mobile",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "50677910",
    "_collection_link": "https://go.postman.co/collection/50677910-beb47578-bee3-4f31-87ff-047bc3d76c0b?source=collection_link"
  },
  "item": [
    {
      "name": "Meals",
      "item": [
        {
          "name": "Ingredients",
          "item": [
            {
              "name": "Ingredient add or update",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{chefhub_mobile_jwt}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "tutorial_id",
                      "value": "2451",
                      "description": "not rquired",
                      "type": "text"
                    },
                    {
                      "key": "uom_ref_id",
                      "value": "",
                      "type": "text"
                    },
                    {
                      "key": "qty",
                      "value": "",
                      "type": "text"
                    },
                    {
                      "key": "row_id",
                      "value": "",
                      "description": "not required , for update",
                      "type": "text"
                    },
                    {
                      "key": "name_en",
                      "value": "",
                      "description": "not required",
                      "type": "text"
                    },
                    {
                      "key": "name_ar",
                      "value": "",
                      "description": "not required",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/meals/Ingredients/add_or_update",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals",
                    "Ingredients",
                    "add_or_update"
                  ]
                }
              },
              "response": [
                {
                  "name": "notValid",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "tutorial_id",
                          "value": "2451",
                          "description": "not rquired",
                          "type": "text"
                        },
                        {
                          "key": "uom_ref_id",
                          "value": "",
                          "type": "text"
                        },
                        {
                          "key": "qty",
                          "value": "",
                          "type": "text"
                        },
                        {
                          "key": "row_id",
                          "value": "",
                          "description": "not required , for update",
                          "type": "text"
                        },
                        {
                          "key": "name_en",
                          "value": "",
                          "description": "not required",
                          "type": "text"
                        },
                        {
                          "key": "name_ar",
                          "value": "",
                          "description": "not required",
                          "type": "text"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/meals/Ingredients/add_or_update",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "meals",
                        "Ingredients",
                        "add_or_update"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 10 Apr 2025 20:12:50 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"tutorial_id\": [\n            \"The tutorial id field is required.\"\n        ],\n        \"uom_ref_id\": [\n            \"The uom ref id field is required.\"\n        ],\n        \"qty\": [\n            \"The qty field is required.\"\n        ]\n    }\n}"
                }
              ]
            },
            {
              "name": "autocomplete",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{chefhub_mobile_jwt}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "name_en",
                      "value": "rice",
                      "description": "not required , minmum 3 letters",
                      "type": "text"
                    },
                    {
                      "key": "name_ar",
                      "value": "",
                      "description": "not required ,  minmum 3 letters",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/meals/Ingredients/autocomplete",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals",
                    "Ingredients",
                    "autocomplete"
                  ]
                }
              },
              "response": [
                {
                  "name": "success",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "name_en",
                          "value": "rice",
                          "description": "not required",
                          "type": "text"
                        },
                        {
                          "key": "name_ar",
                          "value": "",
                          "description": "not required",
                          "type": "text"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/meals/Ingredients/autocomplete",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "meals",
                        "Ingredients",
                        "autocomplete"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 10 Apr 2025 20:20:13 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name_en\": \"Rice\",\n            \"name_ar\": \"ارز\",\n            \"uom_ref_id\": 72,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 72,\n                \"ref_H_ID\": 2,\n                \"name\": \"To Taste\"\n            }\n        },\n        {\n            \"id\": 188,\n            \"name_en\": \"Licorice\",\n            \"name_ar\": \"عرق السوس\",\n            \"uom_ref_id\": 8,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 8,\n                \"ref_H_ID\": 2,\n                \"name\": \"Psc.\"\n            }\n        },\n        {\n            \"id\": 960,\n            \"name_en\": \"Basmati rice\",\n            \"name_ar\": \"رز بسمتي\",\n            \"uom_ref_id\": 7,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 7,\n                \"ref_H_ID\": 2,\n                \"name\": \"Cup\"\n            }\n        },\n        {\n            \"id\": 1045,\n            \"name_en\": \"Rice vinegar\",\n            \"name_ar\": \"خل الارز\",\n            \"uom_ref_id\": 67,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 67,\n                \"ref_H_ID\": 2,\n                \"name\": \"Tablespoons (tbsp)\"\n            }\n        },\n        {\n            \"id\": 1267,\n            \"name_en\": \"Puffed Crispy Rice\",\n            \"name_ar\": \"ارز مقرمش\",\n            \"uom_ref_id\": 7,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 7,\n                \"ref_H_ID\": 2,\n                \"name\": \"Cup\"\n            }\n        },\n        {\n            \"id\": 1289,\n            \"name_en\": \"Egyptian rice\",\n            \"name_ar\": \"ارز مصري\",\n            \"uom_ref_id\": 7,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 7,\n                \"ref_H_ID\": 2,\n                \"name\": \"Cup\"\n            }\n        },\n        {\n            \"id\": 1338,\n            \"name_en\": \"Brown rice\",\n            \"name_ar\": \"ارز بني\",\n            \"uom_ref_id\": 7,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 7,\n                \"ref_H_ID\": 2,\n                \"name\": \"Cup\"\n            }\n        },\n        {\n            \"id\": 1396,\n            \"name_en\": \"Rice Flour\",\n            \"name_ar\": \"طحين الارز\",\n            \"uom_ref_id\": 7,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 7,\n                \"ref_H_ID\": 2,\n                \"name\": \"Cup\"\n            }\n        },\n        {\n            \"id\": 1559,\n            \"name_en\": \"Rice paper\",\n            \"name_ar\": \"ورق الارز\",\n            \"uom_ref_id\": 72,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 72,\n                \"ref_H_ID\": 2,\n                \"name\": \"To Taste\"\n            }\n        },\n        {\n            \"id\": 1561,\n            \"name_en\": \"Brown rice noodles\",\n            \"name_ar\": \"نودلز الأرز الأسمر\",\n            \"uom_ref_id\": 8,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 8,\n                \"ref_H_ID\": 2,\n                \"name\": \"Psc.\"\n            }\n        },\n        {\n            \"id\": 1656,\n            \"name_en\": \"Rice noodles\",\n            \"name_ar\": \"نودلز الأرز\",\n            \"uom_ref_id\": 76,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 76,\n                \"ref_H_ID\": 2,\n                \"name\": \"Packet\"\n            }\n        },\n        {\n            \"id\": 1686,\n            \"name_en\": \"Yellow rice\",\n            \"name_ar\": \"ارز أصفر\",\n            \"uom_ref_id\": 7,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 7,\n                \"ref_H_ID\": 2,\n                \"name\": \"Cup\"\n            }\n        },\n        {\n            \"id\": 1769,\n            \"name_en\": \"American rice\",\n            \"name_ar\": \"أرز أمريكي\",\n            \"uom_ref_id\": 7,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 7,\n                \"ref_H_ID\": 2,\n                \"name\": \"Cup\"\n            }\n        },\n        {\n            \"id\": 1805,\n            \"name_en\": \"Ground rice\",\n            \"name_ar\": \"أرز مطحون\",\n            \"uom_ref_id\": 7,\n            \"is_accepted\": 1,\n            \"uom\": {\n                \"id\": 7,\n                \"ref_H_ID\": 2,\n                \"name\": \"Cup\"\n            }\n        },\n        {\n            \"id\": 2093,\n            \"name_en\": \"Rice cake\",\n            \"name_ar\": \"كعكة الأرز\",\n            \"uom_ref_id\": 8,\n            \"is_accepted\": 0,\n            \"uom\": {\n                \"id\": 8,\n                \"ref_H_ID\": 2,\n                \"name\": \"Psc.\"\n            }\n        }\n    ]\n}"
                }
              ]
            },
            {
              "name": "delete",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{chefhub_mobile_jwt}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "ingredient_id",
                      "value": "22",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/meals/Ingredients/delete",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals",
                    "Ingredients",
                    "delete"
                  ]
                }
              },
              "response": [
                {
                  "name": "notValid",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "ingredient_id",
                          "value": "22",
                          "type": "text",
                          "disabled": true
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/meals/Ingredients/delete",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "meals",
                        "Ingredients",
                        "delete"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 10 Apr 2025 20:22:49 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"ingredient_id\": [\n            \"The ingredient id field is required.\"\n        ]\n    }\n}"
                }
              ]
            }
          ]
        },
        {
          "name": "Steps",
          "item": [
            {
              "name": "add or update",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{chefhub_mobile_jwt}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "tutorial_id",
                      "value": "22",
                      "type": "text"
                    },
                    {
                      "key": "step_id",
                      "value": "",
                      "description": "not required",
                      "type": "text"
                    },
                    {
                      "key": "title_en",
                      "value": "",
                      "description": "not required",
                      "type": "text"
                    },
                    {
                      "key": "title_ar",
                      "value": "",
                      "description": "not required",
                      "type": "text"
                    },
                    {
                      "key": "description_en",
                      "value": "",
                      "description": "not required",
                      "type": "text"
                    },
                    {
                      "key": "description_ar",
                      "value": "",
                      "description": "not required",
                      "type": "text"
                    },
                    {
                      "key": "step_media_path",
                      "description": "not required , file",
                      "type": "file",
                      "value": null
                    },
                    {
                      "key": "step_sort",
                      "value": "",
                      "description": "not required ,sort number",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/meals/Steps/add_or_update",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals",
                    "Steps",
                    "add_or_update"
                  ]
                }
              },
              "response": [
                {
                  "name": "notValid",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "tutorial_id",
                          "value": "22",
                          "type": "text"
                        },
                        {
                          "key": "step_id",
                          "value": "",
                          "description": "not required",
                          "type": "text"
                        },
                        {
                          "key": "title_en",
                          "value": "",
                          "description": "not required",
                          "type": "text"
                        },
                        {
                          "key": "title_ar",
                          "value": "",
                          "description": "not required",
                          "type": "text"
                        },
                        {
                          "key": "description_en",
                          "value": "",
                          "description": "not required",
                          "type": "text"
                        },
                        {
                          "key": "description_ar",
                          "value": "",
                          "description": "not required",
                          "type": "text"
                        },
                        {
                          "key": "step_media_path",
                          "description": "not required , file",
                          "type": "file",
                          "src": []
                        },
                        {
                          "key": "step_sort",
                          "value": "",
                          "description": "not required ,sort number",
                          "type": "text"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/meals/Steps/add_or_update",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "meals",
                        "Steps",
                        "add_or_update"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 10 Apr 2025 20:25:13 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"tutorial_id\": [\n            \"The tutorial id field is required.\"\n        ]\n    }\n}"
                }
              ]
            },
            {
              "name": "delete",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{chefhub_mobile_jwt}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "step_id",
                      "value": "22",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/meals/Steps/delete",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals",
                    "Steps",
                    "delete"
                  ]
                }
              },
              "response": [
                {
                  "name": "notValid",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "ingredient_id",
                          "value": "22",
                          "type": "text",
                          "disabled": true
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/meals/Ingredients/delete",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "meals",
                        "Ingredients",
                        "delete"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 10 Apr 2025 20:22:49 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"state\": \"notValid\",\n    \"data\": {\n        \"ingredient_id\": [\n            \"The ingredient id field is required.\"\n        ]\n    }\n}"
                }
              ]
            }
          ]
        },
        {
          "name": "Meals List",
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          },
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{chefhub_mobile_jwt}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "name",
                  "value": "Chicken Salad with Peanut",
                  "type": "text",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{chefhub_mobile}}/meals",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "meals"
              ]
            }
          },
          "response": [
            {
              "name": "unValidJWT",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
            },
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:53:05 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 873,\n            \"title\": \"Chicken Salad with Peanut\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_6737770b39347-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_6737770b39347.mp4\",\n            \"video_s3\": \"main_video_path_6737770b39347.mp4\",\n            \"image_s3\": \"main_video_path_6737770b39347-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"30\",\n            \"chef_id\": 82,\n            \"views\": 23,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2024-11-15\",\n            \"description\": \"سلطة الدجاج مع زبدة فول سوداني 🥜\\nسلطة صيفية منعشه ومقرمشه\"\n        },\n        {\n            \"id\": 1839,\n            \"title\": \"Nachos\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_6793b0de0df08-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_6793b0de0df08.mp4\",\n            \"video_s3\": \"main_video_path_6793b0de0df08.mp4\",\n            \"image_s3\": \"main_video_path_6793b0de0df08-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"30\",\n            \"chef_id\": 82,\n            \"views\": 10,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-01-24\",\n            \"description\": \"وصفة لذيذة كتير بتشهي\"\n        },\n        {\n            \"id\": 1749,\n            \"title\": \"سويويه\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_6789add99ad2f-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_6789add99ad2f.mp4\",\n            \"video_s3\": \"main_video_path_6789add99ad2f.mp4\",\n            \"image_s3\": \"main_video_path_6789add99ad2f-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"45\",\n            \"chef_id\": 88,\n            \"views\": 17,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-01-17\",\n            \"description\": \"كل عام وسلطنة عمان الحبيبه بالف خير بهذي المناسبه حبيت اشارك بطبق عماني يجمع المطبخ العماني والكويتي والخليجي وهذا دليل ان خليجنا واحد بالدين والعادات والتقاليد والمحبه والتواصل وحتى بالطبخ ربي يحفظ خليجنا ولا يفرقنا امين\"\n        },\n        {\n            \"id\": 506,\n            \"title\": \"بيض بالافوكادو\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_67145de02140d-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_67145de02140d.mp4\",\n            \"video_s3\": \"main_video_path_67145de02140d.mp4\",\n            \"image_s3\": \"main_video_path_67145de02140d-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"10\",\n            \"chef_id\": 46,\n            \"views\": 23,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2024-10-20\",\n            \"description\": \"تحبون الافوكادو ولا مو من ربعه 🥑\"\n        },\n        {\n            \"id\": 2448,\n            \"title\": \"شيبسي\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_67cba4df53d06-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_67cba4df53d06.mp4\",\n            \"video_s3\": \"main_video_path_67cba4df53d06.mp4\",\n            \"image_s3\": \"main_video_path_67cba4df53d06-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"15\",\n            \"chef_id\": 87,\n            \"views\": 2,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-03-07\",\n            \"description\": \"الشيبس بالبيت غير شكل 😍 جربوه مقبلات جنب سفرة رمضان المبارك\"\n        },\n        {\n            \"id\": 2017,\n            \"title\": \"متبل الشمندر\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_67aa032734bc7-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_67aa032734bc7.mp4\",\n            \"video_s3\": \"main_video_path_67aa032734bc7.mp4\",\n            \"image_s3\": \"main_video_path_67aa032734bc7-Thumbnail.jpg\",\n            \"duration_hour\": \"1\",\n            \"duration_minutes\": \"0\",\n            \"chef_id\": 68,\n            \"views\": 4,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-02-05\",\n            \"description\": \"متبل الشمندر على طريقة المطاعم\"\n        },\n        {\n            \"id\": 2124,\n            \"title\": \"كاسترد صحي\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_67b330656446a-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_67b330656446a.mp4\",\n            \"video_s3\": \"main_video_path_67b330656446a.mp4\",\n            \"image_s3\": \"main_video_path_67b330656446a-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"25\",\n            \"chef_id\": 94,\n            \"views\": 10,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-02-11\",\n            \"description\": \"اسهل واسرع كاسترد صحي في التاريخ 😱😱\"\n        },\n        {\n            \"id\": 1182,\n            \"title\": \"كوردن بلو\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_675f2581b0887-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_675f2581b0887.mp4\",\n            \"video_s3\": \"main_video_path_675f2581b0887.mp4\",\n            \"image_s3\": \"main_video_path_675f2581b0887-Thumbnail.jpg\",\n            \"duration_hour\": \"1\",\n            \"duration_minutes\": \"0\",\n            \"chef_id\": 24,\n            \"views\": 29,\n            \"like_count\": 1,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2024-12-14\",\n            \"description\": \"لمحبي وصفات الدجاج يلي بتخلص بسرعة ولا تقاوم\"\n        },\n        {\n            \"id\": 1992,\n            \"title\": \"cream\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_67a7b7cac83a5-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_67a7b7cac83a5.mp4\",\n            \"video_s3\": \"main_video_path_67a7b7cac83a5.mp4\",\n            \"image_s3\": \"main_video_path_67a7b7cac83a5-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"30\",\n            \"chef_id\": 46,\n            \"views\": 5,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-02-04\",\n            \"description\": \"كل منا عندها وصفه حق قشطه الحلويات في منها اضافه الخل وطريقه شوي طويله .. حبيت اختصر لكم بكريمه حلويات لذيذه وقشطيه تصلح لأغلب الحلويات.\"\n        },\n        {\n            \"id\": 2394,\n            \"title\": \"محلبية الايس كريم\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_67c5c6252fd61-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_67c5c6252fd61.mp4\",\n            \"video_s3\": \"main_video_path_67c5c6252fd61.mp4\",\n            \"image_s3\": \"main_video_path_67c5c6252fd61-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"50\",\n            \"chef_id\": 91,\n            \"views\": 3,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-03-02\",\n            \"description\": \"محلبية الايس كريم اللذيذه🍦\\nضروري تجربونها طعمها😍👌\"\n        },\n        {\n            \"id\": 2254,\n            \"title\": \"حمصية بالعسل\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_67b7871819e7f-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_67b7871819e7f.mp4\",\n            \"video_s3\": \"main_video_path_67b7871819e7f.mp4\",\n            \"image_s3\": \"main_video_path_67b7871819e7f-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"20\",\n            \"chef_id\": 94,\n            \"views\": 4,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-02-20\",\n            \"description\": \"اسهل واسرع حمصية بالعسل في التاريخ\"\n        },\n        {\n            \"id\": 1724,\n            \"title\": \"سالمون\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_6789ae3655abb-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_6789ae3655abb.mp4\",\n            \"video_s3\": \"main_video_path_6789ae3655abb.mp4\",\n            \"image_s3\": \"main_video_path_6789ae3655abb-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"30\",\n            \"chef_id\": 92,\n            \"views\": 7,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-01-16\",\n            \"description\": \"بعد هالوصفه ماراح تروحوا للمطعم لحتى تاكلوها 😌😌😌 بكل بساطه راح تعملوها أروع سمك سالمون ممكن تعملوه\\nاحكولي راح تجرّبوها♥️🤍؟؟\"\n        },\n        {\n            \"id\": 2000,\n            \"title\": \"chocolate dates oatmeal\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_67a7b5755327a-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_67a7b5755327a.mp4\",\n            \"video_s3\": \"main_video_path_67a7b5755327a.mp4\",\n            \"image_s3\": \"main_video_path_67a7b5755327a-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"15\",\n            \"chef_id\": 46,\n            \"views\": 8,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2025-02-04\",\n            \"description\": \"الي حاب يستمتع بريوق يشبع وعالي البروتين يجرب هالطبق\"\n        },\n        {\n            \"id\": 792,\n            \"title\": \"كرات جوز الهند بالشوكولات\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_6730ee7da0c71-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_6730ee7da0c71.mp4\",\n            \"video_s3\": \"main_video_path_6730ee7da0c71.mp4\",\n            \"image_s3\": \"main_video_path_6730ee7da0c71-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"20\",\n            \"chef_id\": 56,\n            \"views\": 17,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2024-11-10\",\n            \"description\": \"These balls of joy are made of coconut flakes and sweetened condensed milk,then dipped in melted dark or milk chocolate… so basically you are three ingredients away from this delicious treat 🤎\"\n        },\n        {\n            \"id\": 821,\n            \"title\": \"سلطة الورقيات\",\n            \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_6733d9b18bffc-Thumbnail.jpg\",\n            \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_6733d9b18bffc.mp4\",\n            \"video_s3\": \"main_video_path_6733d9b18bffc.mp4\",\n            \"image_s3\": \"main_video_path_6733d9b18bffc-Thumbnail.jpg\",\n            \"duration_hour\": \"0\",\n            \"duration_minutes\": \"20\",\n            \"chef_id\": 83,\n            \"views\": 14,\n            \"like_count\": 0,\n            \"share_count\": 0,\n            \"comments_count\": 0,\n            \"created_at_formatted\": \"2024-11-12\",\n            \"description\": \"🩵 سلطة الورقيات 🩵\"\n        }\n    ],\n    \"first_page_url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=1\",\n    \"from\": 1,\n    \"last_page\": 158,\n    \"last_page_url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=158\",\n    \"links\": [\n        {\n            \"url\": null,\n            \"label\": \"&laquo; Previous\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=1\",\n            \"label\": \"1\",\n            \"active\": true\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=2\",\n            \"label\": \"2\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=3\",\n            \"label\": \"3\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=4\",\n            \"label\": \"4\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=5\",\n            \"label\": \"5\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=6\",\n            \"label\": \"6\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=7\",\n            \"label\": \"7\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=8\",\n            \"label\": \"8\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=9\",\n            \"label\": \"9\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=10\",\n            \"label\": \"10\",\n            \"active\": false\n        },\n        {\n            \"url\": null,\n            \"label\": \"...\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=157\",\n            \"label\": \"157\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=158\",\n            \"label\": \"158\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=2\",\n            \"label\": \"Next &raquo;\",\n            \"active\": false\n        }\n    ],\n    \"next_page_url\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals?page=2\",\n    \"path\": \"http://127.0.0.1:8000/ChefMobileApi/V1/meals\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 2358\n}"
            }
          ]
        },
        {
          "name": "show",
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          },
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{chefhub_mobile_jwt}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": []
            },
            "url": {
              "raw": "{{chefhub_mobile}}/meals/2451",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "meals",
                "2451"
              ]
            }
          },
          "response": [
            {
              "name": "unValidJWT",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
            },
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals/2451",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals",
                    "2451"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Thu, 10 Apr 2025 19:02:34 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"data\": {\n        \"id\": 2451,\n        \"meal_type_ref_id\": 51,\n        \"title_en\": null,\n        \"title_ar\": \"حلو الحليب المحموس\",\n        \"description_en\": null,\n        \"description_ar\": \"حلو الحليب المحموس او المحمص من الحلويات الرمضانية الي كثير اعجبتني وراح تعجبكم كثير كثير وانا متاكد بس لازم تحمصوا الحليب مثل ما عملت\",\n        \"main_img_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_img_path/main_img_path_67cf056439fb1.png\",\n        \"video_s3\": \"main_video_path_67cf05602f13e.mp4\",\n        \"image_s3\": \"main_video_path_67cf05602f13e-Thumbnail.jpg\",\n        \"main_video_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/main_video_path/main_video_path_67cf05602f13e.mp4\",\n        \"main_video_screenshot_path\": \"https://zzzz-bucket.s3.me-central-1.amazonaws.com/thumbnail/main_video_path_67cf05602f13e-Thumbnail.jpg\",\n        \"duration_hour\": \"0\",\n        \"duration_minutes\": \"45\",\n        \"active_flag\": \"1\",\n        \"post_status_ref_id\": 42,\n        \"portion_count\": 5,\n        \"steps\": [\n            {\n                \"id\": 16888,\n                \"tutorial_id\": 2451,\n                \"step_sort\": 0,\n                \"step_ref_id\": 0,\n                \"title_en\": null,\n                \"title_ar\": null,\n                \"description_en\": \"Roast 2 cups of powdered milk over low heat until it turns golden.\",\n                \"description_ar\": \"نحمص كوبين من حليب البودرة على نار هادئة حتى يصبح لونه ذهبياً.\",\n                \"step_media_path\": null,\n                \"media_path\": null\n            },\n            {\n                \"id\": 16889,\n                \"tutorial_id\": 2451,\n                \"step_sort\": 0,\n                \"step_ref_id\": 0,\n                \"title_en\": null,\n                \"title_ar\": null,\n                \"description_en\": \"Crush the biscuits in a food processor\",\n                \"description_ar\": \"نفرم البسكويت في محضرة الطعام.\",\n                \"step_media_path\": null,\n                \"media_path\": null\n            },\n            {\n                \"id\": 16890,\n                \"tutorial_id\": 2451,\n                \"step_sort\": 0,\n                \"step_ref_id\": 0,\n                \"title_en\": null,\n                \"title_ar\": null,\n                \"description_en\": \"Blend one can of sweetened condensed milk with 8 squares of cream cheese.\",\n                \"description_ar\": \"نخلط في الخلاط علبة حليب مكثف محلى مع 8 مربعات من جبنة الكريمة.\",\n                \"step_media_path\": null,\n                \"media_path\": null\n            },\n            {\n                \"id\": 16891,\n                \"tutorial_id\": 2451,\n                \"step_sort\": 0,\n                \"step_ref_id\": 0,\n                \"title_en\": null,\n                \"title_ar\": null,\n                \"description_en\": \"Mix the prepared biscuits with the cream, butter and powdered milk.\",\n                \"description_ar\": \"نخلط البسكويت المحضّر مع القشطة والزبدة و حليب البودرة.\",\n                \"step_media_path\": null,\n                \"media_path\": null\n            },\n            {\n                \"id\": 16892,\n                \"tutorial_id\": 2451,\n                \"step_sort\": 0,\n                \"step_ref_id\": 0,\n                \"title_en\": null,\n                \"title_ar\": null,\n                \"description_en\": \"Spread the biscuit mixture evenly in a baking tray.\",\n                \"description_ar\": \"نضع خليط البسكويت في صينية الفرن ونفرده.\",\n                \"step_media_path\": null,\n                \"media_path\": null\n            },\n            {\n                \"id\": 16893,\n                \"tutorial_id\": 2451,\n                \"step_sort\": 0,\n                \"step_ref_id\": 0,\n                \"title_en\": null,\n                \"title_ar\": null,\n                \"description_en\": \"Spread a layer of date paste over the biscuits\",\n                \"description_ar\": \"نضع طبقة من معجون التمر فوق البسكويت.\",\n                \"step_media_path\": null,\n                \"media_path\": null\n            },\n            {\n                \"id\": 16894,\n                \"tutorial_id\": 2451,\n                \"step_sort\": 0,\n                \"step_ref_id\": 0,\n                \"title_en\": null,\n                \"title_ar\": null,\n                \"description_en\": \"Pour the condensed milk mixture over the date paste.\",\n                \"description_ar\": \"نضع خليط الحليب المكثف فوق معجون التمر.\",\n                \"step_media_path\": null,\n                \"media_path\": null\n            },\n            {\n                \"id\": 16895,\n                \"tutorial_id\": 2451,\n                \"step_sort\": 0,\n                \"step_ref_id\": 0,\n                \"title_en\": null,\n                \"title_ar\": null,\n                \"description_en\": \"We put the tray in the oven from the top only.\",\n                \"description_ar\": \"ندخل الصينية إلى الفرن من الأعلى فقط.\",\n                \"step_media_path\": null,\n                \"media_path\": null\n            }\n        ],\n        \"ingredients\": [\n            {\n                \"id\": 132,\n                \"name_en\": \"Biscuit\",\n                \"name_ar\": \"بسكويت\",\n                \"uom_ref_id\": 11,\n                \"is_accepted\": 1,\n                \"pivot\": {\n                    \"tutorial_id\": 2451,\n                    \"ingredient_id\": 132,\n                    \"id\": 25028,\n                    \"qty\": 400,\n                    \"uom_ref_id\": 11\n                },\n                \"uom\": {\n                    \"id\": 11,\n                    \"ref_H_ID\": 2,\n                    \"name\": \"Grams (g)\\n\"\n                }\n            },\n            {\n                \"id\": 1787,\n                \"name_en\": \"Roasted Milk powder\",\n                \"name_ar\": \"حليب بودرة محمص\",\n                \"uom_ref_id\": 7,\n                \"is_accepted\": 1,\n                \"pivot\": {\n                    \"tutorial_id\": 2451,\n                    \"ingredient_id\": 1787,\n                    \"id\": 25029,\n                    \"qty\": 2,\n                    \"uom_ref_id\": 7\n                },\n                \"uom\": {\n                    \"id\": 7,\n                    \"ref_H_ID\": 2,\n                    \"name\": \"Cup\"\n                }\n            },\n            {\n                \"id\": 23,\n                \"name_en\": \"Butter\",\n                \"name_ar\": \"زبدة\",\n                \"uom_ref_id\": 67,\n                \"is_accepted\": 1,\n                \"pivot\": {\n                    \"tutorial_id\": 2451,\n                    \"ingredient_id\": 23,\n                    \"id\": 25030,\n                    \"qty\": 2,\n                    \"uom_ref_id\": 67\n                },\n                \"uom\": {\n                    \"id\": 67,\n                    \"ref_H_ID\": 2,\n                    \"name\": \"Tablespoons (tbsp)\"\n                }\n            },\n            {\n                \"id\": 992,\n                \"name_en\": \"Cream\",\n                \"name_ar\": \"قشطة\",\n                \"uom_ref_id\": 70,\n                \"is_accepted\": 1,\n                \"pivot\": {\n                    \"tutorial_id\": 2451,\n                    \"ingredient_id\": 992,\n                    \"id\": 25031,\n                    \"qty\": 1,\n                    \"uom_ref_id\": 70\n                },\n                \"uom\": {\n                    \"id\": 70,\n                    \"ref_H_ID\": 2,\n                    \"name\": \"Can\"\n                }\n            },\n            {\n                \"id\": 957,\n                \"name_en\": \"Sweetened Condensed Milk\",\n                \"name_ar\": \"حليب مكثف محلى\",\n                \"uom_ref_id\": 11,\n                \"is_accepted\": 1,\n                \"pivot\": {\n                    \"tutorial_id\": 2451,\n                    \"ingredient_id\": 957,\n                    \"id\": 25032,\n                    \"qty\": 400,\n                    \"uom_ref_id\": 11\n                },\n                \"uom\": {\n                    \"id\": 11,\n                    \"ref_H_ID\": 2,\n                    \"name\": \"Grams (g)\\n\"\n                }\n            },\n            {\n                \"id\": 982,\n                \"name_en\": \"Cream cheese\",\n                \"name_ar\": \"جبن كريمي\",\n                \"uom_ref_id\": 8,\n                \"is_accepted\": 1,\n                \"pivot\": {\n                    \"tutorial_id\": 2451,\n                    \"ingredient_id\": 982,\n                    \"id\": 25033,\n                    \"qty\": 8,\n                    \"uom_ref_id\": 8\n                },\n                \"uom\": {\n                    \"id\": 8,\n                    \"ref_H_ID\": 2,\n                    \"name\": \"Psc.\"\n                }\n            },\n            {\n                \"id\": 1212,\n                \"name_en\": \"Dates paste\",\n                \"name_ar\": \"معجون تمر\",\n                \"uom_ref_id\": 70,\n                \"is_accepted\": 1,\n                \"pivot\": {\n                    \"tutorial_id\": 2451,\n                    \"ingredient_id\": 1212,\n                    \"id\": 25034,\n                    \"qty\": 1,\n                    \"uom_ref_id\": 70\n                },\n                \"uom\": {\n                    \"id\": 70,\n                    \"ref_H_ID\": 2,\n                    \"name\": \"Can\"\n                }\n            }\n        ],\n        \"regional_cuisines\": [\n            {\n                \"id\": 1,\n                \"name_en\": \"International\",\n                \"name_ar\": \"عالمي\",\n                \"pivot\": {\n                    \"tutorial_id\": 2451,\n                    \"cuisine_id\": 1\n                }\n            }\n        ],\n        \"food_systems\": [],\n        \"tags\": [\n            {\n                \"id\": 842,\n                \"tutorial_id\": 2451,\n                \"tag\": \"#رمضان\"\n            },\n            {\n                \"id\": 843,\n                \"tutorial_id\": 2451,\n                \"tag\": \"#حلويات_رمضانية\"\n            }\n        ],\n        \"post_status\": {\n            \"id\": 42,\n            \"ref_H_ID\": 4,\n            \"e_description\": \"Waiting Review\",\n            \"a_description\": \"انتظار الموافقه\",\n            \"position\": null,\n            \"active_flag\": \"1\"\n        }\n    }\n}"
            }
          ]
        },
        {
          "name": "dropDowns for Create",
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          },
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{chefhub_mobile_jwt}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": []
            },
            "url": {
              "raw": "{{chefhub_mobile}}/meals/get_dropDowns_list",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "meals",
                "get_dropDowns_list"
              ]
            }
          },
          "response": [
            {
              "name": "unValidJWT",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
            },
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals/get_dropDowns_list",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals",
                    "get_dropDowns_list"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Thu, 10 Apr 2025 19:11:01 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"meal_type\": [\n        {\n            \"id\": 44,\n            \"name\": \"Breakfast\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Lunch\"\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Dinner\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Snacks\"\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Dessert\"\n        },\n        {\n            \"id\": 61,\n            \"name\": \"Beverage\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Pastries\"\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Salad\"\n        },\n        {\n            \"id\": 77,\n            \"name\": \"Appetizers\"\n        },\n        {\n            \"id\": 79,\n            \"name\": \"Sauce\"\n        },\n        {\n            \"id\": 82,\n            \"name\": \"Cooking Techniques\"\n        },\n        {\n            \"id\": 83,\n            \"name\": \"Soup\"\n        }\n    ],\n    \"regional_cuisines\": [\n        {\n            \"id\": 1,\n            \"name\": \"International\",\n            \"name_en\": \"International\",\n            \"name_ar\": \"عالمي\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Italian\",\n            \"name_en\": \"Italian\",\n            \"name_ar\": \"ايطالي\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Asian\",\n            \"name_en\": \"Asian\",\n            \"name_ar\": \"آسيوي\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Moroccan \",\n            \"name_en\": \"Moroccan \",\n            \"name_ar\": \"مغربي\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Egyptian\",\n            \"name_en\": \"Egyptian\",\n            \"name_ar\": \"مصري\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"American \",\n            \"name_en\": \"American \",\n            \"name_ar\": \"أمريكي\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Indian\",\n            \"name_en\": \"Indian\",\n            \"name_ar\": \"هندي\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Mexican\",\n            \"name_en\": \"Mexican\",\n            \"name_ar\": \"مكسيكي\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Iraqi\",\n            \"name_en\": \"Iraqi\",\n            \"name_ar\": \"عراقي\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Jordanian\",\n            \"name_en\": \"Jordanian\",\n            \"name_ar\": \"أردني \"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Syrian\",\n            \"name_en\": \"Syrian\",\n            \"name_ar\": \"سوري\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Lebanese \",\n            \"name_en\": \"Lebanese \",\n            \"name_ar\": \"لبناني\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Palestinian \",\n            \"name_en\": \"Palestinian \",\n            \"name_ar\": \"فلسطيني\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Gulf\",\n            \"name_en\": \"Gulf\",\n            \"name_ar\": \"خليجي\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Chinese\",\n            \"name_en\": \"Chinese\",\n            \"name_ar\": \"صيني\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Saudi\",\n            \"name_en\": \"Saudi\",\n            \"name_ar\": \"سعودي\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Others\",\n            \"name_en\": \"Others\",\n            \"name_ar\": \"آخرى\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"French\",\n            \"name_en\": \"French\",\n            \"name_ar\": \"فرنسي\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Emirati\",\n            \"name_en\": \"Emirati\",\n            \"name_ar\": \"اماراتي\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Kuwaiti\",\n            \"name_en\": \"Kuwaiti\",\n            \"name_ar\": \"كويتي\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Turkish\",\n            \"name_en\": \"Turkish\",\n            \"name_ar\": \"تركي\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Arabic\",\n            \"name_en\": \"Arabic\",\n            \"name_ar\": \"عربي\"\n        }\n    ],\n    \"food_systems\": [\n        {\n            \"id\": 1,\n            \"name\": \"Low Calorie\",\n            \"name_en\": \"Low Calorie\",\n            \"name_ar\": \"لو كارب\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Keto\",\n            \"name_en\": \"Keto\",\n            \"name_ar\": \"كيتو\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Paleo\",\n            \"name_en\": \"Paleo\",\n            \"name_ar\": \"باليو\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Gluten Free\",\n            \"name_en\": \"Gluten Free\",\n            \"name_ar\": \"خالي من غلوتين\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Vegetarian\",\n            \"name_en\": \"Vegetarian\",\n            \"name_ar\": \"نباتي\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"High Protein\",\n            \"name_en\": \"High Protein\",\n            \"name_ar\": \"عالي البروتين\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"General\",\n            \"name_en\": \"General\",\n            \"name_ar\": \"عام\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Mediterranean Diet\",\n            \"name_en\": \"Mediterranean Diet\",\n            \"name_ar\": \"النظام الغذائي البحري\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Vegan Diet\",\n            \"name_en\": \"Vegan Diet\",\n            \"name_ar\": \"النظام الغذائي النباتي\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Atkins Diet\",\n            \"name_en\": \"Atkins Diet\",\n            \"name_ar\": \"نظام غذائي قليل الكربوهيد\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Healthy\",\n            \"name_en\": \"Healthy\",\n            \"name_ar\": \"صحي\"\n        }\n    ],\n    \"uom\": [\n        {\n            \"id\": 7,\n            \"name\": \"Cup\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Psc.\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Pound\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Grams (g)\\n\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Liters (L)\"\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Pinch\"\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Kilograms (kg)\"\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Milliliters (mL)\"\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Teaspoons (tsp)\"\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Tablespoons (tbsp)\"\n        },\n        {\n            \"id\": 68,\n            \"name\": \"Slices\"\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Cloves\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Can\"\n        },\n        {\n            \"id\": 72,\n            \"name\": \"To Taste\"\n        },\n        {\n            \"id\": 74,\n            \"name\": \"Bunch\"\n        },\n        {\n            \"id\": 75,\n            \"name\": \"Pouche\"\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Packet\"\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "create or update Main",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{chefhub_mobile_jwt}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "tutorial_id",
                  "value": "2451",
                  "description": "not rquired",
                  "type": "text"
                },
                {
                  "key": "meal_type_ref_id",
                  "value": "51",
                  "type": "text"
                },
                {
                  "key": "regional_cuisines[]",
                  "value": "1",
                  "description": "Array ",
                  "type": "text"
                },
                {
                  "key": "duration_hour",
                  "value": "0",
                  "type": "text"
                },
                {
                  "key": "duration_minutes",
                  "value": "45",
                  "type": "text"
                },
                {
                  "key": "portion_count",
                  "value": "5",
                  "type": "text"
                },
                {
                  "key": "title_en",
                  "value": "",
                  "description": "not rquired",
                  "type": "text"
                },
                {
                  "key": "title_ar",
                  "value": "حلو الحليب المحموس",
                  "description": "not rquired",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "1",
                  "description": "Array , not rquired",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "2",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "4",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "5",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "6",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "7",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "8",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "9",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "10",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "11",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "15",
                  "type": "text"
                },
                {
                  "key": "tags[]",
                  "value": "#رمضان",
                  "description": "Array  , not rquired",
                  "type": "text"
                },
                {
                  "key": "tags[]",
                  "value": "#حلويات_رمضانية",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{chefhub_mobile}}/meals/create_or_update",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "meals",
                "create_or_update"
              ]
            }
          },
          "response": [
            {
              "name": "unValidJWT",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
            },
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "tutorial_id",
                      "value": "2451",
                      "description": "not rquired",
                      "type": "text"
                    },
                    {
                      "key": "meal_type_ref_id",
                      "value": "51",
                      "type": "text"
                    },
                    {
                      "key": "regional_cuisines[]",
                      "value": "1",
                      "description": "Array ",
                      "type": "text"
                    },
                    {
                      "key": "duration_hour",
                      "value": "0",
                      "type": "text"
                    },
                    {
                      "key": "duration_minutes",
                      "value": "45",
                      "type": "text"
                    },
                    {
                      "key": "portion_count",
                      "value": "5",
                      "type": "text"
                    },
                    {
                      "key": "title_en",
                      "value": "",
                      "description": "not rquired",
                      "type": "text"
                    },
                    {
                      "key": "title_ar",
                      "value": "حلو الحليب المحموس",
                      "description": "not rquired",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "1",
                      "description": "Array , not rquired",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "2",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "4",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "5",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "6",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "7",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "8",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "9",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "10",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "11",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "15",
                      "type": "text"
                    },
                    {
                      "key": "tags[]",
                      "value": "#رمضان",
                      "description": "Array  , not rquired",
                      "type": "text"
                    },
                    {
                      "key": "tags[]",
                      "value": "#حلويات_رمضانية",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/meals/create_or_update",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals",
                    "create_or_update"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Thu, 10 Apr 2025 19:57:24 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"meal has been created\",\n    \"id\": 2451\n}"
            }
          ]
        },
        {
          "name": "add or update Media",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{chefhub_mobile_jwt}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "tutorial_id",
                  "value": "2451",
                  "description": "not rquired",
                  "type": "text"
                },
                {
                  "key": "main_video_path",
                  "description": "not required",
                  "type": "file",
                  "value": null
                },
                {
                  "key": "main_img_path",
                  "description": "not required",
                  "type": "file",
                  "value": null
                }
              ]
            },
            "url": {
              "raw": "{{chefhub_mobile}}/meals/add_or_update_media",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "meals",
                "add_or_update_media"
              ]
            }
          },
          "response": [
            {
              "name": "unValidJWT",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
            }
          ]
        },
        {
          "name": "delete",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{chefhub_mobile_jwt}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "tutorial_id",
                  "value": "2451",
                  "description": "not rquired",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{chefhub_mobile}}/meals/delete",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "meals",
                "delete"
              ]
            }
          },
          "response": [
            {
              "name": "unValidJWT",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Auth",
      "item": [
        {
          "name": "Forget Password",
          "item": [
            {
              "name": "send forget password email",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{chefhub_mobile_jwt}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "email",
                      "value": "mo20130123@gmail.com",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/auth/forget_password/send_forget_password_email",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "auth",
                    "forget_password",
                    "send_forget_password_email"
                  ]
                }
              },
              "response": [
                {
                  "name": "unValidJWT",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{chefhub_mobile}}/meals",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "meals"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
                },
                {
                  "name": "notValid",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "old_password",
                          "value": "222222",
                          "type": "text"
                        },
                        {
                          "key": "password",
                          "value": "222222",
                          "type": "text"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/auth/forget_password/send_forget_password_email",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "auth",
                        "forget_password",
                        "send_forget_password_email"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 17 Apr 2025 16:49:18 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"notValid\",\n    \"status_message\": \"please fix and complete the data\",\n    \"data\": {\n        \"email\": [\n            \"The email field is required.\"\n        ]\n    }\n}"
                },
                {
                  "name": "success",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "email",
                          "value": "mo20130123@gmail.com",
                          "type": "text"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/auth/forget_password/send_forget_password_email",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "auth",
                        "forget_password",
                        "send_forget_password_email"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 17 Apr 2025 17:13:06 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"success\",\n    \"status_message\": \"an email has been send to, in case you have registered in this email before\"\n}"
                }
              ]
            },
            {
              "name": "verify otp",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{chefhub_mobile_jwt}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "email",
                      "value": "mo20130123@gmail.com",
                      "type": "text"
                    },
                    {
                      "key": "otp",
                      "value": "132804",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/auth/forget_password/verify_otp",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "auth",
                    "forget_password",
                    "verify_otp"
                  ]
                }
              },
              "response": [
                {
                  "name": "unValidJWT",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{chefhub_mobile}}/meals",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "meals"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
                },
                {
                  "name": "notValid",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "email",
                          "value": "mo20130123@gmail.com",
                          "type": "text",
                          "disabled": true
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/auth/forget_password/verify_otp",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "auth",
                        "forget_password",
                        "verify_otp"
                      ]
                    }
                  },
                  "status": "Unprocessable Content",
                  "code": 422,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 17 Apr 2025 17:17:05 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"notValid\",\n    \"status_message\": \"please fix and complete the data\",\n    \"missing_data\": {\n        \"email\": [\n            \"The email field is required.\"\n        ],\n        \"otp\": [\n            \"The otp field is required.\"\n        ]\n    }\n}"
                },
                {
                  "name": "failed",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "email",
                          "value": "mo20130123@gmail.com",
                          "type": "text"
                        },
                        {
                          "key": "otp",
                          "value": "22222",
                          "type": "text"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/auth/forget_password/verify_otp",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "auth",
                        "forget_password",
                        "verify_otp"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 17 Apr 2025 17:17:25 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"failed\",\n    \"status_message\": \"wrong otp\"\n}"
                },
                {
                  "name": "success",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "email",
                          "value": "mo20130123@gmail.com",
                          "type": "text"
                        },
                        {
                          "key": "otp",
                          "value": "132804",
                          "type": "text"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/auth/forget_password/verify_otp",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "auth",
                        "forget_password",
                        "verify_otp"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 17 Apr 2025 17:18:11 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"correct otp\"\n}"
                }
              ]
            },
            {
              "name": "reset password",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{chefhub_mobile_jwt}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "email",
                      "value": "mo20130123@gmail.com",
                      "type": "text"
                    },
                    {
                      "key": "otp",
                      "value": "132804",
                      "type": "text"
                    },
                    {
                      "key": "password",
                      "value": "222222",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/auth/forget_password/reset_password",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "auth",
                    "forget_password",
                    "reset_password"
                  ]
                }
              },
              "response": [
                {
                  "name": "unValidJWT",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{chefhub_mobile}}/meals",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "meals"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
                },
                {
                  "name": "notValid",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "email",
                          "value": "mo20130123@gmail.com",
                          "type": "text",
                          "disabled": true
                        },
                        {
                          "key": "otp",
                          "value": "132804",
                          "type": "text",
                          "disabled": true
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/auth/forget_password/reset_password",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "auth",
                        "forget_password",
                        "reset_password"
                      ]
                    }
                  },
                  "status": "Unprocessable Content",
                  "code": 422,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 17 Apr 2025 17:24:36 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"notValid\",\n    \"status_message\": \"please fix and complete the data\",\n    \"missing_data\": {\n        \"email\": [\n            \"The email field is required.\"\n        ],\n        \"otp\": [\n            \"The otp field is required.\"\n        ],\n        \"password\": [\n            \"The password field is required.\"\n        ]\n    }\n}"
                },
                {
                  "name": "failed",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "email",
                          "value": "mo20130123@gmail.com",
                          "type": "text"
                        },
                        {
                          "key": "otp",
                          "value": "22222",
                          "type": "text"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/auth/forget_password/verify_otp",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "auth",
                        "forget_password",
                        "verify_otp"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 17 Apr 2025 17:17:25 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"failed\",\n    \"status_message\": \"wrong otp\"\n}"
                },
                {
                  "name": "success",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "email",
                          "value": "mo20130123@gmail.com",
                          "type": "text"
                        },
                        {
                          "key": "otp",
                          "value": "132804",
                          "type": "text"
                        },
                        {
                          "key": "password",
                          "value": "222222",
                          "type": "text"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{chefhub_mobile}}/auth/forget_password/reset_password",
                      "host": [
                        "{{chefhub_mobile}}"
                      ],
                      "path": [
                        "auth",
                        "forget_password",
                        "reset_password"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Host",
                      "value": "127.0.0.1:8000"
                    },
                    {
                      "key": "Connection",
                      "value": "close"
                    },
                    {
                      "key": "X-Powered-By",
                      "value": "PHP/8.2.17"
                    },
                    {
                      "key": "Cache-Control",
                      "value": "no-cache, private"
                    },
                    {
                      "key": "Date",
                      "value": "Thu, 17 Apr 2025 17:28:35 GMT"
                    },
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"status\": \"success\",\n    \"chef\": {\n        \"name\": \"zayed\",\n        \"email\": \"mo20130123@gmail.com\",\n        \"profile_img_path\": \"http://127.0.0.1:8000/storage/profile_img_path/profile_img_path_667fe644e41e6.jpeg\"\n    },\n    \"is_first_login\": false,\n    \"jwt\": \"11|SZ9XH8biZnaalQv1duylIMxAqraiHYx0N7F6CkT4c95f6925\"\n}"
                }
              ]
            }
          ]
        },
        {
          "name": "Login",
          "request": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "email",
                  "value": "mo20130123@gmail.com",
                  "description": "mo20130123@gmail.com",
                  "type": "text"
                },
                {
                  "key": "password",
                  "value": "222222",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{chefhub_mobile}}/auth/login",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "auth",
                "login"
              ]
            }
          },
          "response": [
            {
              "name": "notValid",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/auth/login",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "auth",
                    "login"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sun, 06 Apr 2025 23:52:40 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"notValid\",\n    \"data\": {\n        \"email\": [\n            \"The email field is required.\"\n        ],\n        \"password\": [\n            \"The password field is required.\"\n        ]\n    }\n}"
            },
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "email",
                      "value": "mo20130123@gmail.com",
                      "type": "text"
                    },
                    {
                      "key": "password",
                      "value": "222222",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/auth/login",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "auth",
                    "login"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Mon, 07 Apr 2025 00:14:54 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"Login successful\",\n    \"chef\": {\n        \"name\": \"zayed\",\n        \"email\": \"mo20130123@gmail.com\",\n        \"profile_img_path\": \"http://127.0.0.1:8000/storage/profile_img_path/profile_img_path_667fe644e41e6.jpeg\"\n    },\n    \"jwt\": \"8|RElDJuAXwtVwdWvRUpIlGCoX0KCfLmYwpzmnfTVa512ee375\"\n}"
            },
            {
              "name": "failed",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "email",
                      "value": "mo20130123@gmail.com",
                      "type": "text"
                    },
                    {
                      "key": "password",
                      "value": "2222222",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/auth/login",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "auth",
                    "login"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Mon, 07 Apr 2025 00:16:10 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"failed\",\n    \"notification_msg\": \"Invalid email or password\"\n}"
            }
          ]
        },
        {
          "name": "change Password",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{chefhub_mobile_jwt}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "old_password",
                  "value": "222222",
                  "type": "text"
                },
                {
                  "key": "password",
                  "value": "222222",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{chefhub_mobile}}/auth/changePassword",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "auth",
                "changePassword"
              ]
            }
          },
          "response": [
            {
              "name": "notValid",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": []
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/auth/changePassword",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "auth",
                    "changePassword"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 15 Apr 2025 22:34:34 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"notValid\",\n    \"status_message\": \"please fix and complete the data\",\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": "unValidJWT",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
            },
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "old_password",
                      "value": "222222",
                      "type": "text"
                    },
                    {
                      "key": "password",
                      "value": "222222",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/auth/changePassword",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "auth",
                    "changePassword"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 15 Apr 2025 23:06:20 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"status_message\": \"Your password has been changed\"\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Profile",
      "item": [
        {
          "name": "profile show",
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          },
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{chefhub_mobile_jwt}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "name",
                  "value": "Chicken Salad with Peanut",
                  "type": "text",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{chefhub_mobile}}/profile",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "profile"
              ]
            }
          },
          "response": [
            {
              "name": "unValidJWT",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
            },
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/profile",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "profile"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Thu, 17 Apr 2025 19:44:03 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"chef\": {\n        \"id\": 21,\n        \"name\": \"zayed\",\n        \"email\": \"mo20130123@gmail.com\",\n        \"wallet\": 20,\n        \"gender\": \"male\",\n        \"facebook_profile_url\": null,\n        \"instagram_profile_url\": \"https://www.instagram.com/gasem\",\n        \"youtube_profile_url\": null,\n        \"meals_no\": 0,\n        \"followers_no\": 4,\n        \"bio\": \"my bio\",\n        \"mobile\": \"18473123555\",\n        \"profile_img_path\": \"http://127.0.0.1:8000/storage/profile_img_path/profile_img_path_667fe644e41e6.jpeg\",\n        \"regionalCuisines\": [\n            {\n                \"id\": 2,\n                \"name\": \"Italian\",\n                \"cuisine_id\": 2,\n                \"pivot\": {\n                    \"chef_id\": 21,\n                    \"cuisine_id\": 2\n                }\n            }\n        ],\n        \"share_link\": \"http://127.0.0.1:8000/share/chef/21\",\n        \"foodSystems\": [\n            {\n                \"id\": 52,\n                \"name\": \"Low Calorie\",\n                \"food_system_id\": 1,\n                \"pivot\": {\n                    \"chef_id\": 21,\n                    \"food_system_id\": 1\n                }\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Keto\",\n                \"food_system_id\": 2,\n                \"pivot\": {\n                    \"chef_id\": 21,\n                    \"food_system_id\": 2\n                }\n            },\n            {\n                \"id\": 102,\n                \"name\": \"Paleo\",\n                \"food_system_id\": 4,\n                \"pivot\": {\n                    \"chef_id\": 21,\n                    \"food_system_id\": 4\n                }\n            },\n            {\n                \"id\": 53,\n                \"name\": \"Vegetarian\",\n                \"food_system_id\": 6,\n                \"pivot\": {\n                    \"chef_id\": 21,\n                    \"food_system_id\": 6\n                }\n            },\n            {\n                \"id\": 206,\n                \"name\": \"High Protein\",\n                \"food_system_id\": 7,\n                \"pivot\": {\n                    \"chef_id\": 21,\n                    \"food_system_id\": 7\n                }\n            },\n            {\n                \"id\": 103,\n                \"name\": \"General\",\n                \"food_system_id\": 8,\n                \"pivot\": {\n                    \"chef_id\": 21,\n                    \"food_system_id\": 8\n                }\n            }\n        ]\n    }\n}"
            }
          ]
        },
        {
          "name": "profile update",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{chefhub_mobile_jwt}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "name",
                  "value": "zayed",
                  "type": "text"
                },
                {
                  "key": "youtube_profile_url",
                  "value": "",
                  "type": "text"
                },
                {
                  "key": "facebook_profile_url",
                  "value": "",
                  "type": "text"
                },
                {
                  "key": "instagram_profile_url",
                  "value": "https://www.instagram.com/gasem",
                  "type": "text"
                },
                {
                  "key": "bio",
                  "value": "my bio",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "1",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "2",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "4",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "6",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "7",
                  "type": "text"
                },
                {
                  "key": "food_systems[]",
                  "value": "8",
                  "type": "text"
                },
                {
                  "key": "cuisine_id[]",
                  "value": "2",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{chefhub_mobile}}/profile/update",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "profile",
                "update"
              ]
            }
          },
          "response": [
            {
              "name": "unValidJWT",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{chefhub_mobile}}/meals",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "meals"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Tue, 08 Apr 2025 21:11:30 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
            },
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "name",
                      "value": "zayed",
                      "type": "text"
                    },
                    {
                      "key": "email",
                      "value": "mo20130123@gmail.com",
                      "type": "text"
                    },
                    {
                      "key": "youtube_profile_url",
                      "value": "",
                      "type": "text"
                    },
                    {
                      "key": "facebook_profile_url",
                      "value": "",
                      "type": "text"
                    },
                    {
                      "key": "instagram_profile_url",
                      "value": "https://www.instagram.com/gasem",
                      "type": "text"
                    },
                    {
                      "key": "bio",
                      "value": "my bio",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "1",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "2",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "4",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "6",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "7",
                      "type": "text"
                    },
                    {
                      "key": "food_systems[]",
                      "value": "8",
                      "type": "text"
                    },
                    {
                      "key": "cuisine_id[]",
                      "value": "2",
                      "type": "text"
                    }
                  ]
                },
                "url": {
                  "raw": "{{chefhub_mobile}}/profile/update",
                  "host": [
                    "{{chefhub_mobile}}"
                  ],
                  "path": [
                    "profile",
                    "update"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.17"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Thu, 01 May 2025 23:21:33 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"notification_msg\": \"profile updated\"\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "dashboard",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{chefhub_mobile_jwt}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "name",
              "value": "Chicken Salad with Peanut",
              "type": "text",
              "disabled": true
            }
          ]
        },
        "url": {
          "raw": "{{chefhub_mobile}}/dashboard",
          "host": [
            "{{chefhub_mobile}}"
          ],
          "path": [
            "dashboard"
          ]
        }
      },
      "response": [
        {
          "name": "unValidJWT",
          "originalRequest": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{chefhub_mobile}}/meals",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "meals"
              ]
            }
          },
          "status": "Unauthorized",
          "code": 401,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Host",
              "value": "127.0.0.1:8000"
            },
            {
              "key": "Connection",
              "value": "close"
            },
            {
              "key": "X-Powered-By",
              "value": "PHP/8.2.17"
            },
            {
              "key": "Cache-Control",
              "value": "no-cache, private"
            },
            {
              "key": "Date",
              "value": "Tue, 08 Apr 2025 21:11:30 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "cookie": [],
          "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
        },
        {
          "name": "success",
          "originalRequest": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{chefhub_mobile}}/dashboard",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "dashboard"
              ]
            }
          },
          "status": "OK",
          "code": 200,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Host",
              "value": "127.0.0.1:8000"
            },
            {
              "key": "Connection",
              "value": "close"
            },
            {
              "key": "X-Powered-By",
              "value": "PHP/8.2.17"
            },
            {
              "key": "Cache-Control",
              "value": "no-cache, private"
            },
            {
              "key": "Date",
              "value": "Tue, 20 May 2025 14:48:06 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "cookie": [],
          "body": "{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"slug\": \"total_views\",\n            \"title\": \"Total Views\",\n            \"value\": \"2467\"\n        },\n        {\n            \"slug\": \"total_likes\",\n            \"title\": \"Total Likes\",\n            \"value\": \"8\"\n        },\n        {\n            \"slug\": \"total_followers\",\n            \"title\": \"Total Followers\",\n            \"value\": \"4\"\n        }\n    ]\n}"
        }
      ]
    },
    {
      "name": "Terms And Conditions",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{chefhub_mobile_jwt}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "name",
              "value": "Chicken Salad with Peanut",
              "type": "text",
              "disabled": true
            }
          ]
        },
        "url": {
          "raw": "{{chefhub_mobile}}/TermsAndConditions",
          "host": [
            "{{chefhub_mobile}}"
          ],
          "path": [
            "TermsAndConditions"
          ]
        }
      },
      "response": [
        {
          "name": "unValidJWT",
          "originalRequest": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{chefhub_mobile}}/meals",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "meals"
              ]
            }
          },
          "status": "Unauthorized",
          "code": 401,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Host",
              "value": "127.0.0.1:8000"
            },
            {
              "key": "Connection",
              "value": "close"
            },
            {
              "key": "X-Powered-By",
              "value": "PHP/8.2.17"
            },
            {
              "key": "Cache-Control",
              "value": "no-cache, private"
            },
            {
              "key": "Date",
              "value": "Tue, 08 Apr 2025 21:11:30 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "cookie": [],
          "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
        },
        {
          "name": "success",
          "originalRequest": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{chefhub_mobile}}/TermsAndConditions",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "TermsAndConditions"
              ]
            }
          },
          "status": "OK",
          "code": 200,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Host",
              "value": "127.0.0.1:8000"
            },
            {
              "key": "Connection",
              "value": "close"
            },
            {
              "key": "X-Powered-By",
              "value": "PHP/8.2.17"
            },
            {
              "key": "Cache-Control",
              "value": "no-cache, private"
            },
            {
              "key": "Date",
              "value": "Sat, 19 Apr 2025 16:31:08 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "cookie": [],
          "body": "{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"ORDERING THROUGH THE PLATFORM\",\n            \"text\": \"1-to respond to your inquiries or requests, process and fill customer orders, verify yours qualifications for certain products and services, process payments and prevent transactional fraud, provide delivery and other \\r\\n\\r\\n2-notifications , and contact and communicate with you.\\r\\nto respond to your inquiries or requests, process and fill customer orders, verify yours qualifications for certain products and services, process payments and prevent transactional fraud, provide delivery and other notifications , and contact and communicate with you.\\r\\n\\r\\n3-to respond to your inquiries or requests, process and fill customer orders, verify yours qualifications for certain products and services, process payments and prevent transactional fraud, provide delivery and other notifications , and contact and communicate with you.\\r\\nto respond to your inquiries or requests, process and fill customer orders, verify yours qualifications for certain products and services, process payments and prevent transactional fraud, provide delivery and other notifications , and contact and communicate with you.\\r\\nto respond to your inquiries or requests, process and fill customer orders, verify yours qualifications for certain products and services, process payments and prevent transactional fraud, provide delivery and other notifications , and contact and communicate with you.\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"DELIVERY FREE\",\n            \"text\": \"notifications , and contact and communicate with you.\\r\\nto respond to your inquiries or requests, process and fill customer orders, verify yours qualifications for certain products and services, process payments and prevent transactional fraud, provide delivery and other notifications , and contact and communicate with you.\\r\\n\\r\\nto respond to your inquiries or requests, process and fill customer orders, verify yours qualifications for certain products and services, process payments and prevent transactional fraud, provide delivery and other notifications , and contact and communicate with you.\"\n        }\n    ]\n}"
        }
      ]
    },
    {
      "name": "update firebase token",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{chefhub_mobile_jwt}}",
              "type": "string"
            }
          ]
        },
        "method": "POST",
        "header": [],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "token",
              "value": "ggdgdfdfdf",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{chefhub_mobile}}/auth/update_token",
          "host": [
            "{{chefhub_mobile}}"
          ],
          "path": [
            "auth",
            "update_token"
          ]
        }
      },
      "response": [
        {
          "name": "unValidJWT",
          "originalRequest": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{chefhub_mobile}}/meals",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "meals"
              ]
            }
          },
          "status": "Unauthorized",
          "code": 401,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Host",
              "value": "127.0.0.1:8000"
            },
            {
              "key": "Connection",
              "value": "close"
            },
            {
              "key": "X-Powered-By",
              "value": "PHP/8.2.17"
            },
            {
              "key": "Cache-Control",
              "value": "no-cache, private"
            },
            {
              "key": "Date",
              "value": "Tue, 08 Apr 2025 21:11:30 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "cookie": [],
          "body": "{\n    \"status\": \"unValidJWT\",\n    \"status_message\": \"Token not provided\"\n}"
        },
        {
          "name": "notValid",
          "originalRequest": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{chefhub_mobile}}/update_token",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "update_token"
              ]
            }
          },
          "status": "Unprocessable Content",
          "code": 422,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Host",
              "value": "127.0.0.1:8000"
            },
            {
              "key": "Connection",
              "value": "close"
            },
            {
              "key": "X-Powered-By",
              "value": "PHP/8.2.17"
            },
            {
              "key": "Cache-Control",
              "value": "no-cache, private"
            },
            {
              "key": "Date",
              "value": "Tue, 06 May 2025 19:47:51 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "cookie": [],
          "body": "{\n    \"status\": \"notValid\",\n    \"status_message\": \"please fix and complete the data\",\n    \"missing_data\": {\n        \"token\": [\n            \"The token field is required.\"\n        ]\n    }\n}"
        },
        {
          "name": "success",
          "originalRequest": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "token",
                  "value": "ggdgdfdfdf",
                  "type": "text"
                }
              ]
            },
            "url": {
              "raw": "{{chefhub_mobile}}/auth/update_token",
              "host": [
                "{{chefhub_mobile}}"
              ],
              "path": [
                "auth",
                "update_token"
              ]
            }
          },
          "status": "OK",
          "code": 200,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Host",
              "value": "127.0.0.1:8000"
            },
            {
              "key": "Connection",
              "value": "close"
            },
            {
              "key": "X-Powered-By",
              "value": "PHP/8.2.17"
            },
            {
              "key": "Cache-Control",
              "value": "no-cache, private"
            },
            {
              "key": "Date",
              "value": "Tue, 06 May 2025 19:53:36 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "cookie": [],
          "body": "{\n    \"status\": \"success\",\n    \"status_message\": \"token updated\"\n}"
        }
      ]
    },
    {
      "name": "chef_course_session_calender",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "30|CNrC5ADkqN2WPpIfehxMCWn0ELKQomJYLpkMhek96660c513",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "jwt",
            "value": "23|4Pzva3caoKf0zPRpLuwE16q6Ma6cn3ETagV1kJuRa5787052",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{chefhub_mobile}}/chef_calender",
          "host": [
            "{{chefhub_mobile}}"
          ],
          "path": [
            "chef_calender"
          ]
        }
      },
      "response": []
    }
  ]
}