Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/domain/urls' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"id": 0,
"domain": "string",
"hash_id": "string",
"url": "string",
"add_ai": true
}
]
}
}