{
"googleAuthenticatorKey": "string",
"authenticatorCode": "string"
}
curl --location --request PUT '/api/services/app/Profile/UpdateGoogleAuthenticatorKey' \
--header 'Content-Type: application/json' \
--data-raw '{
"googleAuthenticatorKey": "string",
"authenticatorCode": "string"
}'
{
"recoveryCodes": [
"string"
]
}