siteKey
curl --request POST \ --url https://api.base39.io/v1/settings \ --header 'accept: application/json' \ --header '<KEY>' \ --header 'content-type: application/json' \ --data ' { "recaptcha": { "siteKey": "site-key" } } '