Site setup
Get site setup information.
curl -X GET "http://localhost:8000/api/v1/auth/setup"{
"is_setup": true
}Empty
{
"message": "Something went wrong!",
"code": "SERVER_ERROR"
}Get site setup information.
curl -X GET "http://localhost:8000/api/v1/auth/setup"{
"is_setup": true
}{
"message": "Something went wrong!",
"code": "SERVER_ERROR"
}curl -X GET "http://localhost:8000/api/v1/auth/setup"