Advertisement
hasancse1991

Untitled

Jan 31st, 2023 (edited)
767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.65 KB | None | 0 0
  1. {
  2.   "code": 200,
  3.   "data": {
  4.     "meta": {
  5.       "total": 100,
  6.       "offset": 0,
  7.       "limit": 25
  8.     },
  9.     "content": [
  10.       {
  11.         "id": 1,
  12.         "title": "Eid Gift",
  13.         "image": "s1_cards_1674122140_2x.png",
  14.         "icon": "s1_cards_1613475660_3x.png",
  15.         "theme": "theme_name_1"
  16.       },
  17.        {
  18.         "id": 12,
  19.         "title": "Thank you gift",
  20.         "image": "s1_cards_1637050764_2x.png",
  21.         "icon": "s1_cards_1613475660_3x.png",
  22.         "theme": "theme_name_1"
  23.       },
  24.        {
  25.         "id": 13,
  26.         "title": "Good Day Gift",
  27.         "image": "s1_cards_1674382595_3x.png",
  28.         "icon": "s1_cards_1613475660_3x.png",
  29.         "theme": "theme_name_1"
  30.       },
  31.        {
  32.         "id": 14,
  33.         "title": "Fathers day gift",
  34.         "image": "s1_cards_1649223205_2x.png",
  35.         "icon": "s1_cards_1613475660_3x.png",
  36.         "theme": "theme_name_1"
  37.       },
  38.        {
  39.         "id": 15,
  40.         "title": "Teachers Day gift",
  41.         "image": "s1_cards_1649223200_2x.png",
  42.         "icon": "s1_cards_1613475660_3x.png",
  43.         "theme": "theme_name_1"
  44.       }
  45.     ],
  46.     "settings": {
  47.       "themes": {
  48.         "theme_name_1": {
  49.           "popup_title_color": "#1A1A1A",
  50.           "popup_subtitle_color": "#1A1A1A",
  51.           "title_color": "#1A1A1A",
  52.           "message_color": "#1A1A1A",
  53.           "sender_color": "#1A1A1A"
  54.         },
  55.         "theme_name_2": {
  56.           "popup_title_color": "#1A1A1A",
  57.           "popup_subtitle_color": "#1A1A1A",
  58.           "title_color": "#1A1A1A",
  59.           "message_color": "#1A1A1A",
  60.           "sender_color": "#1A1A1A"
  61.         }
  62.       }
  63.     }
  64.   }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement