{ "title": "윤슬" }
curl --location --request POST 'http://localhost:9050/apis/v1/posts/check-unique-title' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "윤슬" }'
{ "payload": { "isUnique": true } }