Get the current user's profile
GET /v2/me HTTP/1.1 Host: api.mlfoundry.com Authorization: Bearer fkey_<key> Accept: */*
Successful Response
{ "id": "text", "email": "name@gmail.com", "user_name": "text", "organization_id": "text", "organization_role": "text" }