Authorization: Bearer ********************
{
"data": {
"attributes": {
"name": "domain.com"
}
}
}
curl --location --request POST 'https://api.servebolt.io/v1/environments//domain-validation' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"name": "domain.com"
}
}
}'