Skip to content

Instantly share code, notes, and snippets.

@MonaAghili
Created August 26, 2025 19:40
Show Gist options
  • Save MonaAghili/ebba21ed2bc0936c94f9819d13b99994 to your computer and use it in GitHub Desktop.
Save MonaAghili/ebba21ed2bc0936c94f9819d13b99994 to your computer and use it in GitHub Desktop.

Payload when we don't remove the logo

{
  "name": "afsdfsdf",
  "description": "",
  "address": "",
  "phone": "fadsfadsf",
  "email": "[email protected]",
  "website": "",
  "working_hours": "",
  "owner_id": 1
}

Payload when we remove the logo

{
  "name": "afsdfsdf",
  "description": "",
  "address": "",
  "phone": "fadsfadsf",
  "email": "[email protected]",
  "website": "",
  "working_hours": "",
  "owner_id": 1,
  "logo_url": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment