Get Results Styles

GET /result_styles

Get Result Style List

Responses

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