| Name | Type | Description | |
|---|---|---|---|
| domain_name | string | domain name | |
| module | string(optional) | module | |
| source | number(optional) | source |
{
"domain_name" : "test.com",
"module" : "abc",
"source" : 1
}curl --location 'https://api.yelo.red/open/themes/getUserTheme' \
--header 'Content-Type: application/json' \
--data '{
"domain_name" : "test.com",
"module" : "abc",
"source" : 1
}'{}