curl --location --request POST "https://form.digima.com/v2/submit" \
--header "Authorization: {form_auth_code}" \
--header "Accept-Language: jp" \
--header "Content-Type: application/json" \
--data "{
  \"form\": {
    \"code\": \"{form_code}\",
    \"page_title\": \"タイトル\",
    \"page_url\": \"https://www.example.com\",
    \"validate_only\": false,
    \"visit_cookie\": \"c00k13c0d3\",
    \"submitter_ip_address\": \"127.0.0.1\",
    \"submitter_user_agent\": \"Mozilla/5.0 ... Chrome/74.0.3729.169\"
  },
  \"contact\": {
    \"first_name\": \"太郎\",
    \"first_name_kana\": \"たろう\",
    \"last_name\": \"山田\",
    \"last_name_kana\": \"やまだ\",
    \"email\": \"yamada.taro@example.com\",
    \"gender\": \"male\",
    \"personal_website_url\": \"https://taro.example.com\",
    \"personal_landline_number\": \"0102030405\",
    \"personal_mobile_number\": \"0102030405\",
    \"personal_fax_number\": \"0102030405\",
    \"personal_country\": \"日本\",
    \"personal_region\": \"東京都\",
    \"personal_city\": \"渋谷区\",
    \"personal_postal_code\": \"150-0002\",
    \"personal_address_1\": \"Somewhere in Shibuya\",
    \"personal_address_2\": \"Building name 101\",
    \"work_company_name\": \"株式会社Example\",
    \"work_department\": \"エンジニアリング\",
    \"work_job_title\": \"エンジニア\",
    \"work_website_url\": \"https://kaisha.com\",
    \"work_landline_number\": \"0102030405\",
    \"work_mobile_number\": \"0102030405\",
    \"work_fax_number\": \"0102030405\",
    \"work_country\": \"日本\",
    \"work_region\": \"東京都\",
    \"work_city\": \"渋谷区\",
    \"work_postal_code\": \"1500002\",
    \"work_address_1\": \"渋谷区渋谷2-15-1\",
    \"work_address_2\": \"渋谷クロスタワー15F\",
    \"custom_fields\": {
      \"custom_01\": \"カスタム項目1\",
      \"custom_02\": \"カスタム項目2\",
      \"custom_03\": \"カスタム項目3\"
    },
    \"notes\": \"テキストテキストテキスト\",
    \"real_estate_inquiry\": {
      \"client_selected_plan\": \"Client Selected Plan\",
      \"preferred_mode_of_communication\": \"Requested mode of contact\",
      \"preferred_time_of_communication\": \"Requested Time of contact\",
      \"content\": \"Lead Acquisition Summary\",
      \"yearly_income\": \"Yearly Income\"
    },
    \"real_estate_purchase_inquiry\": {
      \"property_type\": \"House\",
      \"property_name\": \"The Beautiful Place\",
      \"property_image_url\": \"https://picsum.photos/200/300\",
      \"preferred_move_in_date\": \"Tomorrow\",
      \"preferred_property_specification\": \"None\",
      \"preferred_area\": \"Lake Area\"
    },
    \"real_estate_construction_inquiry\": {
      \"location_details\": \"建築予定地・土地の有無\",
      \"planned_timing\": \"建築予定時期\",
      \"budget\": \"建築予算\",
      \"requirements\": \"建築要望\",
      \"type\": \"問い合わせ種別\",
      \"model_house_name\": \"問い合わせモデルハウス名\",
      \"reservation_timing\": \"予約希望日時\",
      \"event_name\": \"問い合わせイベント名\",
      \"event_timing\": \"2022-10-10 12:00\",
      \"preferred_catalog_name\": \"請求カタログ名\",
      \"exhibition_venue_name\": \"問い合わせ展示場名\"
    },
    \"real_estate_sale_inquiry\": {
      \"property_type\": \"Enim Consequat Placeat\",
      \"property_address\": \"高橋町宮沢6-9-6\",
      \"property_land_area\": \"Enim\",
      \"property_building_area\": \"Amet\",
      \"property_floor_plan\": \"Dignissimos\",
      \"property_age\": \"Labore\",
      \"property_vacancy_status\": \"Consequuntur\",
      \"property_owner_name\": \"田中 桃子\",
      \"preferred_sale_time\": \"Eius Cupiditate Et\",
      \"sale_reason\": \"Ut Molestias Quod Et Et\",
      \"preferred_assessment_method\": \"Aut\",
      \"offer_price\": \"Sequi\",
      \"requests\": \"テキストテキストテキスト\"
    }
  }
}"