{
"title": "string",
"text": "string",
"photoUrls": [
"string"
]
}curl --location --request PUT '/posts/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"text": "string",
"photoUrls": [
"string"
]
}'{}