Hey @jamesbeadle
the problem comes from the https:// in the payload. You can run the following command and it should work:
curl -sLv -X POST
-H ‘Content-Type: application/json’
https://icp0.io/registrations
–data @- <<EOF
{
"name": "transferkings.xyz"
}
EOF