Authorization: Bearer ********************curl --location --request GET 'https://api.lolia.link/api/v1/user/domain' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"domains": [
null
],
"total": 0,
"page": 0,
"limit": 0
}
}