curl --location --request PATCH '185.252.233.246/api/posts/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"text": "string",
"platforms": [
"string"
],
"hashtags": "string",
"mentions": "string",
"location": "string",
"removeMediaIds": [
"string"
],
"removeCoverPhoto": true,
"assetIds": [
"string"
],
"fileIds": [
"string"
],
"coverPhotoFileId": "string",
"coverPhotoTimestamp": 0
}'