Hi! When an A record name contains only numbers, this is the output:
Error response received: Failed to parse request body, content-type must be application/json
Example:
cfcli -t A -l 1 add 123 88.282.282.282
Error response received: Failed to parse request body, content-type must be application/json
Instead:
cfcli -t A -l 1 add asd123 88.282.282.282
Added A record asd123.example.com -> 88.282.282.282
Using latest cloudflare-cli -- Installed via npm (v. 12.18.2)