Authorization: Bearer ********************{
"name": "string",
"title": "string",
"projection": {}
}curl --location --request POST '/api/view-p/existing' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"title": "string",
"projection": {}
}'{
"data": true
}