API endpoint that allows Listing Picture to be viewed or edited.

GET /listing-pictures/2099/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2099,
    "url": "https://api.swistay.com/listing-pictures/2099/?format=api",
    "is_main": false,
    "listing": 196,
    "tooltip": "",
    "src": "https://api.swistay.com/media/listings_pictures/9ae2e8e520d64e6ea3b6716ff1cd3780.jpeg"
}