curl --location --request POST 'https://api.cloudflare.com/client/v4/zones//dns_records/import' \
--form 'file="@bind_config.txt"'
{
"errors": [],
"messages": [],
"result": {
"recs_added": 5,
"total_records_parsed": 5
},
"success": true,
"timing": {
"end_time": "2014-03-01T12:20:01Z",
"process_time": 1,
"start_time": "2014-03-01T12:20:00Z"
}
}