HTTP/1.1 200 OK
{
"data" : {
"isOwner": boolean
"board" : {
"id": number
"title": string
"theme": string
"content": [{
"id": number
"text": string
"writer": string
"photoUrl": string
}]
}
}
}
HTTP/1.1 200 OK
{
"data" : {
// 뭐 들어갈지 모름
}
}
HTTP/1.1 200 OK
{
"data" : {
"title": string,
"theme": string,
}