Goal: Create a user setting named "favoriteSeason" and assing it the value "summer"
Key and value have to be assigned within the params object of the action.
{
"type": "setValueToUserSetting",
"params": {
"key": "favoriteSeason",
"value": "summer"
}
}
The user setting "favoriteSeason" has been set with the value "summer"