curl --location --request PATCH '185.252.233.246/api/users/me/settings/publishing' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"defaultPlatforms": [
"string"
],
"defaultPrivacyLevel": "string",
"autoHashtags": true
}'