Welcome
GET /api/
{
"status": "OK",
"errors": [
"Error Messages will appear in here"
],
"data": [
"Any data from a request will apper in here",
"You can find api documentation at '/api/docs/swagger'",
"You can find the redoc version at '/api/docs/redoc'"
]
}