pub const ORG: &str = "\
## Find your organisation id
Open https://tracker.yandex.ru/admin/orgs — it lists every organisation you are
in, with its id, and says which kind each one is.
| Kind | Id looks like | Flag |
|:-|:-|:-|
| Yandex 360 for Business | `1234567` | `--org-kind yandex360` |
| Yandex Cloud Organization | `bpfaidqca8vd0m5jl3fp` | `--org-kind cloud` |
Not sure which you have? Omit `--org-kind`: login tries both and reports which
one answered. The two use different headers, and the wrong one returns **403** —
which reads like a rights problem rather than a configuration mistake.
Docs: https://yandex.ru/support/tracker/en/api-ref/access
";Expand description
How to find the organisation id, and which flavour it is.