{
"channel": "string",
"email": "string",
"code": "string",
"create": true
}curl --location --request POST 'https://test-api.hoty01.com/gold-user-service/pub/v1/login/email' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "string",
"email": "string",
"code": "string",
"create": true
}'{
"code": 0,
"data": {},
"success": true
}