Allows you to define a list of options for the dropdown property type.
curl --request POST \ --url https://api.plane.so/api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>", "is_default": true, "is_active": true, "parent": "<string>" }'