user_id, contact info, profile (name, address), and mfa configuration.Authorization: ********************curl --location '/v1/users/me' \
--header 'Authorization: Bearer <token>'{
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"email": "string",
"phone": "string",
"type": "individual",
"status": "pending_verification",
"profile": {
"first_name": "string",
"last_name": "string",
"address": {
"street": "string",
"city": "string",
"postal_code": "string",
"country": "st"
}
},
"mfa": {
"totp_enabled": true,
"totp_pending": true,
"email_otp_enabled": true,
"sms_otp_enabled": true,
"preferred_method": "string"
}
}