curl --request PUT \
--url http://127.0.0.1:3000/api/table/{tableId}/view/{viewId}/share-meta \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"allowCopy": true,
"includeHiddenField": true,
"password": "<string>",
"includeRecords": true,
"submit": {
"allow": true,
"requireLogin": true
}
}
'