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