curl --location --request PATCH 'https://api.mediashare.com/api/posts/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"hashtags": [
"string"
],
"scheduledFor": "2019-08-24T14:15:22.123Z"
}'