When you click the register button a request is sent to Timekit's API in order to create a new resource. It looks like this:
curl --request POST \
--url https://api.timekit.io/v2/resources \
--header 'Content-Type: application/json' \
--user :live_api_key_7nzvc7wsBQQISLeFSVhROys9V1bUJ1z7 \
--data '{
"name": "Doc Brown"
"timezone": "America/Los_Angeles",
}'