cURL
curl --request GET \ --url https://next-fast-turbo-api.vercel.app/api/v1/spells/get-all/
[ { "id": "<string>", "name": "<string>", "description": "<string>" } ]
Returns a list of all spells.
Returns:
Successful Response
Was this page helpful?