Request example
curl -X POST "https://api.buddy.works/workspaces/:workspace/domains/register" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"name": "testdomain.pl",
"auto_renew": true,
"on_owner_behalf": false
}'