curl --location --request GET '/openapi/v0.9/manage/api/v1/organizations//auth-info?type' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": {
"auth_type": 0,
"type": "string"
}
}