Request
Body Params application/json
Request samples
curl --location --request POST 'http://localhost:9050/apis/v1/stories/check-unique-title' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "윤슬"
}'
Responses
application/json {
"payload": {
"isUnique": true
}
}
Modified at 2025-04-22 23:50:04