curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/contact/query?contactId=WN964975T' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"dtcreate": "2023-01-03T12:29:53+08:00",
"contactId": "WN964975T",
"details": {
"zip": "98000",
"lastName": "test",
"address2": null,
"city": " test",
"address1": "test",
"customFields": null,
"firstName": "test",
"phoneNumber": "+60.0000",
"countryCode": "MY",
"faxNumber": null,
"company": "test",
"state": "test",
"category": "individual",
"email": "xxx@xxx.com"
},
"contactType": "registrant",
"id": 4,
"resid": 2740
}
}