fix: organization id now return as string
The purpose of this PR is to enhance compatibility with a Terraform Provider, via better compatibility with the official Sentry API.
It makes the following breaking changes:
returned organization id is now of type string on every path including an organization detail, including:
- GET /organizations/
- GET /organizations/{slug}/
- PUT /organizations/{slug}/
Tests are included