Authorization: Bearer ********************{
"PostId": 0,
"Content": "string",
"Title": "string",
"CoverImage": "https://example.com/image.png"
}curl --location '/Content/AddOrUpdatePost' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"PostId": 0,
"Content": "string",
"Title": "string",
"CoverImage": "https://example.com/image.png"
}'{
"Success": true,
"Massage": "string"
}