Публичный городов

GET /api/stock/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "pages": 1,
    "page": 1,
    "next": null,
    "previous": null,
    "start_index": 1,
    "end_index": 1,
    "results": [
        {
            "id": 1,
            "title": "Основной склад",
            "code": "",
            "is_default": true,
            "is_deleted": false
        }
    ]
}