{
"code": "string",
"googleAuthenticatorKey": "string"
}
curl --location --request POST '/api/services/app/Profile/VerifyAuthenticatorCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"googleAuthenticatorKey": "string"
}'
true