Facebook
From abc, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 153
  1. {
  2.   "status": {
  3.     "code": "SUCCESS",
  4.     "message": "Success",
  5.     "trace_id": "c9454f0f-1d42-42a3-840a-7f63149f4cdd"
  6.   },
  7.   "data": {
  8.     "details_data": [
  9.       {
  10.         "user_name": "FDSF WER",
  11.         "sign_up_date": "2023/04/14",
  12.         "first_transaction": true,
  13.         "first_month": true,
  14.         "third_month": false,
  15.         "sixth_month": false,
  16.         "transaction_milestone": {
  17.           "current": 17000,
  18.           "goal": 50000
  19.         },
  20.         "volume_base": 100000
  21.       },
  22.       {
  23.         "user_name": "RFGDDF FSDF",
  24.         "sign_up_date": "2023/04/13",
  25.         "first_transaction": false,
  26.         "first_month": false,
  27.         "third_month": false,
  28.         "sixth_month": false,
  29.         "transaction_milestone": {
  30.           "current": 2000,
  31.           "goal": 50000
  32.         },
  33.         "volume_base": 100000
  34.       },
  35.       {
  36.         "user_name": "john",
  37.         "sign_up_date": "2023/04/05",
  38.         "first_transaction": true,
  39.         "first_month": false,
  40.         "third_month": false,
  41.         "sixth_month": false,
  42.         "transaction_milestone": {
  43.           "current": 12000,
  44.           "goal": 50000
  45.         },
  46.         "volume_base": 100000
  47.       },
  48.       {
  49.         "user_name": "katie",
  50.         "sign_up_date": "2023/03/17",
  51.         "first_transaction": true,
  52.         "first_month": false,
  53.         "third_month": false,
  54.         "sixth_month": false,
  55.         "transaction_milestone": {
  56.           "current": 12000,
  57.           "goal": 50000
  58.         },
  59.         "volume_base": 100000
  60.       },
  61.       {
  62.         "user_name": "mia",
  63.         "sign_up_date": "2023/01/02",
  64.         "first_transaction": true,
  65.         "first_month": false,
  66.         "third_month": false,
  67.         "sixth_month": false,
  68.         "transaction_milestone": {
  69.           "current": 12000,
  70.           "goal": 50000
  71.         },
  72.         "volume_base": 100000
  73.       },
  74.       {
  75.         "user_name": "hannah",
  76.         "sign_up_date": "2023/01/02",
  77.         "first_transaction": true,
  78.         "first_month": false,
  79.         "third_month": false,
  80.         "sixth_month": false,
  81.         "transaction_milestone": {
  82.           "current": 12000,
  83.           "goal": 50000
  84.         },
  85.         "volume_base": 100000
  86.       },
  87.       {
  88.         "user_name": "jasmine",
  89.         "sign_up_date": "2023/01/02",
  90.         "first_transaction": true,
  91.         "first_month": false,
  92.         "third_month": false,
  93.         "sixth_month": false,
  94.         "transaction_milestone": {
  95.           "current": 12000,
  96.           "goal": 50000
  97.         },
  98.         "volume_base": 100000
  99.       },
  100.       {
  101.         "user_name": "tom",
  102.         "sign_up_date": "2023/01/02",
  103.         "first_transaction": true,
  104.         "first_month": false,
  105.         "third_month": false,
  106.         "sixth_month": false,
  107.         "transaction_milestone": {
  108.           "current": 12000,
  109.           "goal": 50000
  110.         },
  111.         "volume_base": 100000
  112.       },
  113.       {
  114.         "user_name": "Hera",
  115.         "sign_up_date": "2023/01/02",
  116.         "first_transaction": true,
  117.         "first_month": false,
  118.         "third_month": false,
  119.         "sixth_month": false,
  120.         "transaction_milestone": {
  121.           "current": 12000,
  122.           "goal": 50000
  123.         },
  124.         "volume_base": 100000
  125.       },
  126.       {
  127.         "user_name": "John",
  128.         "sign_up_date": "2023/04/01",
  129.         "first_transaction": true,
  130.         "first_month": true,
  131.         "third_month": true,
  132.         "sixth_month": true,
  133.         "transaction_milestone": {
  134.           "current": 52000,
  135.           "goal": 50000
  136.         },
  137.         "volume_base": 100000
  138.       },
  139.       {
  140.         "user_name": "Smith",
  141.         "sign_up_date": "2023/04/02",
  142.         "first_transaction": true,
  143.         "first_month": true,
  144.         "third_month": true,
  145.         "sixth_month": false,
  146.         "transaction_milestone": {
  147.           "current": 32000,
  148.           "goal": 50000
  149.         },
  150.         "volume_base": 100000
  151.       },
  152.       {
  153.         "user_name": "Linda",
  154.         "sign_up_date": "2021/04/02",
  155.         "first_transaction": true,
  156.         "first_month": true,
  157.         "third_month": true,
  158.         "sixth_month": true,
  159.         "transaction_milestone": {
  160.           "current": 52000,
  161.           "goal": 50000
  162.         },
  163.         "volume_base": 100000
  164.       }
  165.     ]
  166.   }
  167. }