get https://sandbox.elabjournal.com/api/v1/auth/user
In most cases set the body to:
{}
Add the following body to the request to receive a "domain" field in the response that points to the correct endpoint in case the user is located on another eLab deployment:
{
"domain": "my.current.domain"
}