/gistps/api/v1/user/:id/post
id: μ μ κ³ μ id (μ«μ)
[
{
"id": 1,
"comment": [],
"title": "κΈ°μμ¬ ~μ λν΄ κ±΄μν©λλ€",
"description": "~ν λ¬Έμ ν΄κ²° λ°λλλ€",
"category": "λΆλ₯1",
"created": "2021-08-12",
"answered": false,
"accepted": 0,
"userId": 1
},
{
"id": 2,
"comment": [],
"title": "κΈ°μμ¬ ~μ λν΄ κ±΄μν©λλ€2",
"description": "~ν λ¬Έμ ν΄κ²° λ°λλλ€2",
"category": "λΆλ₯1",
"created": "2021-08-12",
"answered": false,
"accepted": 0,
"userId": 1
}
]