Get the current user's profile
/v2/me
curl -L \ --url 'https://api.mlfoundry.com/v2/me' \ --header 'Authorization: Bearer fkey_<key>'
{ "id": "text", "email": "hello@example.com", "user_name": "text", "organization_id": "text", "organization_role": "text" }