This endpoint can be used by clients to determine the health status of this API. This API always
returns 200 status codes, accepts no input, and has no side effects. It always returns the
string "We're meshin'."

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

"We're meshin'."