Authorization: Bearer ********************
curl --location --request GET 'https://22.do/api/v2/domains/private'
{
"code": 200,
"status": true,
"msg": "success",
"data": [
{
"domain": "example4.com",
"type": "private",
"mx": true
},
{
"domain": "example5.com",
"type": "private",
"mx": true
},
{
"domain": "example6.com",
"type": "private",
"mx": true
}
]
}