curl --location --request PUT 'https://api.thinkeo.io/v1/apps//wizard' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"steps": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"label": "string",
"description": "",
"icon": "string",
"nextStep": null,
"toAssign": [],
"toRemove": [],
"toExecute": [],
"displayIf": "yes",
"wait": false,
"data": {
"kind": "choice",
"auto": false,
"options": [
{
"label": "string",
"nextStep": null,
"toAssign": [],
"toRemove": [],
"toExecute": [],
"displayIf": "yes"
}
],
"style": "checkbox"
}
}
]
}'