x-api-key: ********************curl --location '/public/domains/purchase' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"domains": [
"mycompany.io"
],
"forwardingUrl": "https://mycompany.com"
}'