Created
August 26, 2025 19:40
-
-
Save MonaAghili/ebba21ed2bc0936c94f9819d13b99994 to your computer and use it in GitHub Desktop.
Revisions
-
MonaAghili created this gist
Aug 26, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ Payload when we **don't remove** the logo ```json { "name": "afsdfsdf", "description": "", "address": "", "phone": "fadsfadsf", "email": "[email protected]", "website": "", "working_hours": "", "owner_id": 1 } ``` Payload when we **remove** the logo ```json { "name": "afsdfsdf", "description": "", "address": "", "phone": "fadsfadsf", "email": "[email protected]", "website": "", "working_hours": "", "owner_id": 1, "logo_url": null } ```