Hi @Waqiur Rahman
Refresh tokens are bound to users, and users must log in to the target application to obtain refresh tokens.
If you do not want to share your account credentials with other members, you can use the authorization code flow to log in and generate an authorization code, then share the authorization code, and other members will be able to use the authorization code to request subsequent access tokens and refresh tokens.