GET /room_styles
curl \
-X GET https://decorai.io/api/room_styles \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
"success": 42,
"user": 42,
"response": [
{
"id": 42,
"name": "string"
}
]
}