presets.add
Adds a preset (see Presets).
Since all fields (except the name) are optional, only the name can be specified
when adding. Use presets.update to update the added
preset.
Request
{
"name": "my-preset"
}
Response
{
"id": 4
}