{
"name": "string",
"surname": "string",
"userName": "string",
"emailAddress": "string",
"phoneNumber": "string",
"isPhoneNumberConfirmed": true,
"timezone": "string",
"qrCodeSetupImageUrl": "string",
"isGoogleAuthenticatorEnabled": true
}
curl --location --request PUT '/api/services/app/Profile/UpdateCurrentUserProfile' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"surname": "string",
"userName": "string",
"emailAddress": "string",
"phoneNumber": "string",
"isPhoneNumberConfirmed": true,
"timezone": "string",
"qrCodeSetupImageUrl": "string",
"isGoogleAuthenticatorEnabled": true
}'
{}