Get current user profile
Returns the current authenticated user profile
curl -X GET "https://example.com/users/profile"{ "profile": { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "displayName": "string", "role": "basic", "address": "string", "email": "string", "emailVerified": true, "xHandle": "string", "xName": "string", "xAvatarUrl": "string", "xHidden": true }, "preferences": { "slippageToleranceBps": -9007199254740991 }}