Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
module | string | module(theme) | |
json | object | json |
{
"api_key" : {{apikey}},
"module" : "theme",
"json" : {"true":1}
}
curl --location --request POST 'https://api.yelo.red/open/themes/updateUserTheme' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"module" : "theme",
"json" : {"true":1}
}'
{}