Return top match from NSV (Ned, then Simbad, then VizieR), returning the first likely result.

GET /api/name-resolver/simbad/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "meta": {
        "current_page": 1,
        "total_pages": 1,
        "page_size": 1000,
        "on_this_page": "Showing 1 to 0 of 0 records"
    },
    "results": []
}