Adding/Inserting Document

curl --location --request PUT '<http://localhost:9200/products/_doc/2?pretty>' \\
--header 'Content-Type: application/json' \\
--data-raw '{
    "tags": ["Saturday"],
    "title": "Interstellar"
}'