curl --location --request PUT '/2/tweets//hidden' \ --header 'Content-Type: application/json' \ --data-raw '{ "hidden": true }'
{ "data": { "hidden": true } }