GET /api/
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "status": "OK",
    "errors": [
        "Error Messages will appear in here"
    ],
    "data": [
        "Any data from a request will apper in here",
        "You can find api documentation at '/api/docs/swagger'",
        "You can find the redoc version at '/api/docs/redoc'"
    ]
}