Authorization: ********************curl --location --request GET '/api/admin/domain?current_page&page_size&domain_name&type' \
--header 'Authorization: <api-key>'{
"current_page": 1,
"items": null,
"page_size": 1,
"total": 0,
"data": [
{
"app_id": "string",
"app_secret": "string",
"created_at": "string",
"domain_name": "string",
"id": 0,
"type": "string",
"updated_at": "string"
}
]
}