{
"token": "123"
}
curl --location --request POST 'https://dns.2ay.cn/api/domain_name/api/domain_name/getdomainnamelist' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "123"
}'
{
"code": 0,
"data": [
{
"createBy": null,
"createTime": "string",
"deleted": 0,
"updateBy": null,
"updateTime": "string",
"remark": null,
"id": 0,
"domainId": null,
"domainName": "string",
"filingNumber": null,
"type": 0,
"wxstatus": 0,
"qqstatus": 0,
"filingType": 0,
"status": 0
}
],
"msg": "string"
}