Authorization: Bearer ********************{
"view": "DEFAULT",
"position": "DEFAULT",
"type": "FORM"
}curl --location --request POST '/api/ui/visitor//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"view": "DEFAULT",
"position": "DEFAULT",
"type": "FORM"
}'{
"data": {
"identifier": "string",
"controlId": "string",
"page": "string",
"path": "string",
"resourceId": "string",
"runComponent": "string",
"type": "string",
"sigma": "string",
"tenantId": "string",
"appId": "string",
"active": true,
"language": "string",
"metadata": "string",
"version": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"updatedAt": "2019-08-24T14:15:22.123Z",
"updatedBy": "string"
}
}