GET
/
api
/
v1
/
spells
/
get-all
/
Get All Spells
curl --request GET \
  --url https://next-fast-turbo-api.vercel.app/api/v1/spells/get-all/
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>"
  }
]

Response

Successful Response

id
string
required
name
string
required
description
string
required