curl --request POST \
  --url https://mines.okta.com/idp/authenticators \
  --header 'Accept: application/json; charset=UTF-8' \
  --header 'Accept-Encoding: gzip, deflate' \
  --header 'Authorization: OTDT XXXXX' \
  --header 'Content-Type: application/json; charset=UTF-8' \
  --header 'User-Agent: D2DD7D3915.com.okta.android.auth/6.8.1 DeviceSDK/0.19.0 Android/7.1.1 unknown/Google' \
  --data '{
	"authenticatorId": "YYYYY",
	"device": {
		"clientInstanceBundleId": "com.okta.android.auth",
		"clientInstanceDeviceSdkVersion": "DeviceSDK 0.19.0",
		"clientInstanceVersion": "6.8.1",
		"clientInstanceKey": {
			"alg": "RS256",
			"e": "AQAB\n",
			"okta:isFipsCompliant": false,
			"okta:kpr": "SOFTWARE",
			"kty": "RSA",
			"use": "sig",
			"kid": "PPwOLkUoi9aSBPfzKkAUwiOx-KMQQwoYZq5Lhe-fGu0",
			"n": "1PAoflA7kwt-Jump0Rre0rmCOe2-SD3Hle3gkOP2D-MGDtaMokI3RoUb4lT_DmajKWDPo4hQsUl53F9GF3ISbWZdhS4ubFaElkQendvdEYcgffx3rv0R_JtD0vbzIBpM1YZfD8uS1qlmwFLqUbQ5nKaDN-V3xEeCQWAbhOzP_qzQTaU6vmJ4KKLjssznsrgDzAHTqOFfcVEz9UeCoJhC_Xht0Mwvn9b2pqlCcj5_OiwcyOMcg6-y20gu88LjuPG_dyqcfQ9HLZ8_Y1WpZ4fW-dMqKdvm8CiTtOXXV4Co20SAKU-PwjqG_ZcYXE5SAYpYmopxknXBxQ9sIgSF9v4tTw"
		},
		"deviceAttestation": {},
		"displayName": "1Password",
		"fullDiskEncryption": false,
		"isHardwareProtectionEnabled": false,
		"manufacturer": "unknown",
		"model": "Google",
		"osVersion": "25",
		"platform": "ANDROID",
		"rootPrivileges": true,
		"screenLock": false,
		"secureHardwarePresent": false
	},
	"key": "okta_verify",
	"methods": [
		{
			"isFipsCompliant": false,
			"supportUserVerification": false,
			"type": "totp"
		}
	]
}'

