/auth/user/{provider}
API route first, as the JWT token is required in the header of the request.curl --location -g --request POST '{{BASE_URL}}/auth/session'
{
"user": {
"id": "string",
"email": "user@example.com",
"first_name": "string",
"last_name": "string",
"avatar_url": "string",
"metadata": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z"
}
}