Basic understanding of the API documentation.
This is an invalid operation.
This is a correct operation.
A "," (comma) between { and } denotes that more than one value can be specified in comma-separated form.
{param,}
A "?" (question mark) between { and } denotes an optional parameter. Optional parameters will always have default values.
{param?}