해당 엔드포인트는 실제 사용되지 않습니다.
GET /api/post
GET
/api/post
전체 게시글을 조회합니다.
curl -X 'GET' \ 'https://everypin-api.azurewebsites.net/api/post' \ -H 'accept: text/plain'
{ "accessToken": "string", "refreshToken": "string" }
{ "type": "https://tools.ietf.org/html/rfc9110#section-15.5.2", "title": "Unauthorized", "status": 401, "traceId": "00-000000000000000000000-000000000000000-00" }
Last updated 2 months ago