{
  "info": {
    "name": "Thanks.io — mcp.ai",
    "description": "REST API for the Thanks.io MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/thanks_io",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "thanks_io_add_recipient_to_mailing_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/recipient/to/mailing/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "recipient",
            "to",
            "mailing",
            "list"
          ]
        },
        "description": "Tool to add a new recipient to a mailing list. Use after confirming recipient and list IDs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"city\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"address\": \"\",\n  \"country\": \"\",\n  \"address2\": \"\",\n  \"province\": \"\",\n  \"postal_code\": \"\",\n  \"mailing_list\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_create_mailing_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/mailing/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "mailing",
            "list"
          ]
        },
        "description": "Tool to create a new mailing list. Use when you need to group contacts under a fresh list before adding recipients.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_delete_mailing_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/mailing/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "mailing",
            "list"
          ]
        },
        "description": "Tool to delete a mailing list. Use when you need to remove an entire mailing list by its ID. Confirm the list ID before calling. Example: \"Delete the mailing list with ID 123e4567-e89b-12d3-a456-42661",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_delete_recipient_from_mailing_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/recipient/from/mailing/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "recipient",
            "from",
            "mailing",
            "list"
          ]
        },
        "description": "Tool to remove a recipient from a mailing list. Use after confirming the recipient's ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"recipient_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_delete_sub_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/sub/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "sub",
            "account"
          ]
        },
        "description": "Tool to delete a specific sub-account by ID. Use when you need to remove an existing sub-account. Confirm the ID before calling.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_execute_stored_send",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/execute/stored/send",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "execute",
            "stored",
            "send"
          ]
        },
        "description": "Tool to execute a previously created stored send. Use after creating a stored send to trigger delivery. The response body is empty; success is indicated by a 200 or 204 status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuid\": \"\",\n  \"send_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_list_handwriting_styles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/handwriting/styles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "handwriting",
            "styles"
          ]
        },
        "description": "Tool to retrieve available handwriting styles. Use when selecting a style for handwritten personalization.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_list_image_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/image/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "image",
            "templates"
          ]
        },
        "description": "Tool to retrieve a list of available image templates. Use when you need to browse or select a template for mailings.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"items_per_page\": 0,\n  \"sub_account_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_list_mailing_lists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/mailing/lists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "mailing",
            "lists"
          ]
        },
        "description": "Tool to list all mailing lists. Use when you need to fetch existing lists before managing recipients.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_list_message_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/message/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "message",
            "templates"
          ]
        },
        "description": "Tool to list available message templates. Use when selecting a template for a mailing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"items_per_page\": 0,\n  \"sub_account_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_mailing_lists_buy_radius_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mailing/lists/buy/radius/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mailing",
            "lists",
            "buy",
            "radius",
            "search"
          ]
        },
        "description": "Tool to buy or append a radius search mailing list based on address and radius. Use when you need targeted mailing lists around a specified address.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"address\": \"\",\n  \"append_data\": false,\n  \"postal_code\": \"\",\n  \"record_count\": 0,\n  \"record_types\": \"\",\n  \"include_condos\": false,\n  \"mailing_list_id\": 0,\n  \"use_property_owner\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_order_preview_letter",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/order/preview/letter",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "order",
            "preview",
            "letter"
          ]
        },
        "description": "Tool to preview a letter send as PDF. Use when you need to confirm letter content before placing the final order. Returns PDF preview URLs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"preview\": false,\n  \"recipients\": \"\",\n  \"return_city\": \"\",\n  \"return_name\": \"\",\n  \"return_state\": \"\",\n  \"mailing_lists\": \"\",\n  \"return_address\": \"\",\n  \"return_address2\": \"\",\n  \"additional_pages\": \"\",\n  \"handwriting_style\": 0,\n  \"return_postal_code\": \"\",\n  \"custom_background_image\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_order_preview_notecard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/order/preview/notecard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "order",
            "preview",
            "notecard"
          ]
        },
        "description": "Tool to preview a notecard send. Use when you need front and back images before placing an actual notecard order.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"preview\": false,\n  \"recipients\": \"\",\n  \"image_template\": 0,\n  \"handwriting_style\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_order_preview_windowless_letter",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/order/preview/windowless/letter",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "order",
            "preview",
            "windowless",
            "letter"
          ]
        },
        "description": "Tool to preview a windowless letter send. Use when you need a PDF preview of the cover-only letter before placing an order.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"preview\": false,\n  \"recipients\": \"\",\n  \"front_image_url\": \"\",\n  \"message_template\": \"\",\n  \"handwriting_color\": \"\",\n  \"handwriting_style\": \"\",\n  \"additional_pages_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_orders_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/orders/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orders",
            "list"
          ]
        },
        "description": "Tool to list recent orders. Use after placing orders to fetch the latest history, optionally filtering by sub-account or limiting the result count.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"items_per_page\": 0,\n  \"sub_account_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_orders_search_by_address",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/orders/search/by/address",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orders",
            "search",
            "by",
            "address"
          ]
        },
        "description": "Tool to search orders by recipient street address. Use when you need to find all orders sent to a specific street address.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"address\": \"\",\n  \"per_page\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_recipients_create_multi",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/recipients/create/multi",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "recipients",
            "create",
            "multi"
          ]
        },
        "description": "Tool to create multiple recipients at once in a mailing list. Use when batching recipient additions for efficiency.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"recipients\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_recipients_delete_by_address",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/recipients/delete/by/address",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "recipients",
            "delete",
            "by",
            "address"
          ]
        },
        "description": "Tool to delete a recipient by address and postal code. Use when you need to remove a recipient without their ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"address\": \"\",\n  \"postal_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_recipients_get_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/recipients/get/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "recipients",
            "get",
            "details"
          ]
        },
        "description": "Tool to get details for a specific recipient by ID. Use to verify a recipient’s full address and custom fields.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"recipient_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_recipients_search_by_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/recipients/search/by/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "recipients",
            "search",
            "by",
            "email"
          ]
        },
        "description": "Tool to search recipients by email across mailing lists. Use when you need to find all recipients matching an email in specific lists. Example: \"Find recipients with email test@test.com in lists [1,2,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"limit\": 0,\n  \"mailing_list_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_recipients_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/recipients/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "recipients",
            "update"
          ]
        },
        "description": "Tool to update existing recipient details by recipient ID. Use when modifying recipient data after confirming the recipient exists.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"city\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"address\": \"\",\n  \"country\": \"\",\n  \"custom1\": \"\",\n  \"custom2\": \"\",\n  \"custom3\": \"\",\n  \"custom4\": \"\",\n  \"address2\": \"\",\n  \"province\": \"\",\n  \"postal_code\": \"\",\n  \"recipient_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_send_postcard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/postcard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "postcard"
          ]
        },
        "description": "Tool to send a customized postcard. Use when you need to dispatch a physical postcard with a chosen image and handwritten message.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"size\": \"\",\n  \"message\": \"\",\n  \"preview\": false,\n  \"qrcode_url\": \"\",\n  \"recipients\": \"\",\n  \"return_city\": \"\",\n  \"return_name\": \"\",\n  \"sub_account\": \"\",\n  \"return_state\": \"\",\n  \"mailing_lists\": \"\",\n  \"radius_search\": {},\n  \"image_template\": \"\",\n  \"return_address\": \"\",\n  \"front_image_url\": \"\",\n  \"return_address2\": \"\",\n  \"email_additional\": \"\",\n  \"message_template\": \"\",\n  \"handwriting_color\": \"\",\n  \"handwriting_style\": \"\",\n  \"return_postal_code\": \"\",\n  \"send_standard_mail\": false,\n  \"use_custom_background\": false,\n  \"custom_background_image\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_stored_send_notecard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stored/send/notecard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stored",
            "send",
            "notecard"
          ]
        },
        "description": "Tool to create a stored send for a notecard. Use when you need to schedule mailing of a personalized notecard at a later time after preparing payload.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"qrcode_url\": \"\",\n  \"recipients\": \"\",\n  \"sub_account\": \"\",\n  \"front_image_url\": \"\",\n  \"email_additional\": \"\",\n  \"handwriting_color\": \"\",\n  \"handwriting_style\": \"\",\n  \"send_standard_mail\": false,\n  \"use_custom_background\": false,\n  \"custom_background_image\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_stored_send_postcard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stored/send/postcard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stored",
            "send",
            "postcard"
          ]
        },
        "description": "Tool to create a stored send for a postcard. Use when you need to prepare and schedule postcard orders for later execution; returns a URL to finalize and send.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"size\": \"\",\n  \"message\": \"\",\n  \"preview\": false,\n  \"qrcode_url\": \"\",\n  \"recipients\": \"\",\n  \"mailing_lists\": \"\",\n  \"image_template\": \"\",\n  \"front_image_url\": \"\",\n  \"message_template\": \"\",\n  \"handwriting_color\": \"\",\n  \"handwriting_style\": \"\",\n  \"custom_background_image\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_stored_send_windowless_letter",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stored/send/windowless/letter",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stored",
            "send",
            "windowless",
            "letter"
          ]
        },
        "description": "Tool to create a stored send for a windowless letter. Use when you need to prepare a letter order for later execution.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"recipients\": \"\",\n  \"front_image_url\": \"\",\n  \"handwriting_style\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_sub_accounts_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sub/accounts/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sub",
            "accounts",
            "create"
          ]
        },
        "description": "Tool to create a new sub-account. Use when you need to manage separate profiles with distinct return addresses and settings.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"return_city\": \"\",\n  \"return_name\": \"\",\n  \"return_state\": \"\",\n  \"return_address\": \"\",\n  \"return_address2\": \"\",\n  \"return_postal_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_sub_accounts_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sub/accounts/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sub",
            "accounts",
            "list"
          ]
        },
        "description": "Tool to list all available sub-accounts. Use when you need to select a sub-account for operations requiring a sub-account context.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_sub_accounts_show",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sub/accounts/show",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sub",
            "accounts",
            "show"
          ]
        },
        "description": "Tool to retrieve details for a specific sub-account by ID. Use when you need full configuration of a sub-account before performing sub-account scoped operations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sub_account_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "thanks_io_sub_accounts_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sub/accounts/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sub",
            "accounts",
            "update"
          ]
        },
        "description": "Tool to update details for a specific sub-account. Use when modifying title or return address details of a sub-account. Confirm sub-account ID before calling.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"return_city\": \"\",\n  \"return_name\": \"\",\n  \"return_state\": \"\",\n  \"return_address\": \"\",\n  \"sub_account_id\": \"\",\n  \"return_address2\": \"\",\n  \"return_postal_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}