curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/registrant/list?username=webni' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": [
{
"id": "REG100124",
"username": "williamwongtesting12345"
},
{
"id": "REG100154",
"username": "testingdev"
}
]
}