curl --location --request GET '/user/getEmailDomain?userId&token'
{
"date": "string",
"status": 0,
"message": "string",
"data": [
{
"attributes": {},
"emailIdentity": "example.com",
"userId": 123,
"createDate": "2024-01-01",
"sign": 1,
"sendingEnabled": true,
"id": 1,
"type": 1,
"apiKey": "api_key_123",
"apiUser": "api_user_123"
}
],
"returnCode": 0,
"count": 0,
"isEmpty": true
}