42 lines
684 B
JSON
42 lines
684 B
JSON
{
|
|
"messenger": {
|
|
"secret_conversations": {
|
|
"has_sent_message": false,
|
|
"has_received_message": true,
|
|
"tincan_devices": []
|
|
},
|
|
"autofill_information": {
|
|
"CITY": [
|
|
"xxx"
|
|
],
|
|
"STATE": [
|
|
"xxx"
|
|
],
|
|
"COUNTRY": [
|
|
"xxx"
|
|
],
|
|
"EMAIL": [
|
|
"not_a_real_email@example.com",
|
|
"not_a_real_email@example.com"
|
|
],
|
|
"JOB_TITLE": [
|
|
"xxx"
|
|
],
|
|
"COMPANY_NAME": [
|
|
"xxx"
|
|
],
|
|
"GENDER": [
|
|
"xxx"
|
|
],
|
|
"FIRST_NAME": [
|
|
"xxx"
|
|
],
|
|
"LAST_NAME": [
|
|
"xxx"
|
|
],
|
|
"FULL_NAME": [
|
|
"xxx"
|
|
]
|
|
}
|
|
}
|
|
}
|