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

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

{
    "id": 56,
    "url": "https://api.swistay.com/listing-pictures/56/?format=api",
    "is_main": true,
    "listing": 9,
    "tooltip": "",
    "src": "https://api.swistay.com/media/listings_pictures/69b40d4b4d474208833fb5a8bff7d25e.jpeg"
}