숙소 찜하기
save room
POST https://backends.xyz/api/user/save_room/
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
room_id
integer
select room_id json 방식으로 전송
{
"message" : "successfully saved"
}{
"message": "already saved this room"
}{
"detail": "Invalid token."
}Last updated
Was this helpful?