curl --request POST \
--url https://cloud.kaneo.app/api/auth/organization/check-slug \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"slug": "<string>"
}
'{
"message": "<string>"
}curl --request POST \
--url https://cloud.kaneo.app/api/auth/organization/check-slug \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"slug": "<string>"
}
'{
"message": "<string>"
}Was this page helpful?