{ "role": "VIP" }
curl --location --request GET 'http://47.92.1.39:8005/permission/getAllUsersForRole' \ --header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwZXJtaXNzaW9ucyI6WyJkZWxldGUiXSwicm9sZXMiOlsiYWRtaW4iXSwiZXhwIjoxNjY3MDUxNzY1LCJ1c2VybmFtZSI6IndodCJ9.7MBcTXBvAYNKb0VMycT38o4f0zXwRnYZJx4ld7mzB7Y' \ --header 'Content-Type: application/json' \ --data-raw '{ "role": "VIP" }'
{ "success": true, "errCode": null, "errMessage": null, "data": [ "test", "wht" ] }