Create list data streams
Spaces method and path for this operation:
post /s/{space_id}/api/lists/index
Refer to Spaces for more information.
Create .lists
and .items
data streams in the relevant space.
POST
/api/lists/index
curl \
--request POST 'https://localhost:5601/api/lists/index' \
--header "Authorization: $API_KEY"