•
URL Params
•
Query Strings
type
cafe, restaurant, BirthCafe
•
Header
headers: {
Authorization: `Bearer ${getToken()}`,
},
Plain Text
복사
•
Body
•
Success Response
◦
201
{
content: [
{
id: number,
name: string,
address: string,
latitude: number,
longitude: number,
category: string,
img: string
}..
]
JSON
복사
◦
401