<!-- Release notes generated using configuration in .github/release.yml at master -->
What's Changed
* Modify http status code as response for manage-audience by github-actions in https://github.com/line/line-bot-sdk-python/pull/766
<!-- PR-START https://github.com/line/line-openapi/pull/87 -->
This change modifies the HTTP status code for the following audience group-related endpoints, as they were incorrect.
Some http status codes are wrong. They should be 202, not 200.
1. `POST /v2/bot/audienceGroup/upload` (`create_audience_group`)
2. `PUT /v2/bot/audienceGroup/upload` (`add_audience_to_audience_group`)
3. `POST /v2/bot/audienceGroup/upload/byFile` (`create_audience_for_uploading_userIds`)
4. `POST /v2/bot/audienceGroup/click` (`create_click_based_audience_group`)
5. `POST /v2/bot/audienceGroup/imp` (`create_imp_based_audience_group`)
NOTE: This change is not a modification of the messaging API itself. It is simply a correction of an error in sdk.
(original PR is https://github.com/line/line-openapi/pull/87)
<!-- PR-END https://github.com/line/line-openapi/pull/87 -->
Other Changes
* Add test for get followers by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/765
**Full Changelog**: https://github.com/line/line-bot-sdk-python/compare/v3.16.1...v3.16.2
---
This release is prepared by Yang-33