FieldChoiceInput
A choice option for a select, radio, or checkbox field. The id is optional on input; the server generates one if omitted.
idstring
Unique identifier for the choice. Optional on create; include to reference an existing choice on update.
labelstringrequired
Display label for the choice.
FieldChoiceInput
{
"label": "Option A"
}