Let's try to ask DNS record for CloudFlare API. and separate into string data.
The "id" of domain (inclouding subdomain) can be found in JSON data. in this example, it will be filled in "zone_record_ipv4_id" and "zone_record_ipv6_id".
import json
import requests
#API
auth_key = "API Token"