Cannot add application error:pkg/auth/rights:no_user_rights

Hello
i try to add application but found error
i send a request to
http://192.168.10.100/api/v3/users/rvp-admin1/applications
{
“application”: {
“ids”: {
“application_id”: “test123”
},
“name”: “My Test Application”,
“description”: “Application for my test devices”,
“network_server_address”: “thethings.example.com”,
“application_server_address”: “thethings.example.com”,
“join_server_address”: “thethings.example.com
}
}

response
{
“code”: 7,
“message”: “error:pkg/auth/rights:no_user_rights (no rights for user rvp-admin1 )”,
“details”: [
{
@type”: “type.googleapis.com/ttn.lorawan.v3.ErrorDetails”,
“namespace”: “pkg/auth/rights”,
“name”: “no_user_rights”,
“message_format”: "no rights for user {uid} ",
“attributes”: {
“uid”: “rvp-admin1”
},
“correlation_id”: “6130c2dbc87f41dab6675b13ff97aa7d”,
“code”: 7
}
]
}

i try to use “admin” too but not working

You appear to have posted this as an issue on GitHub so closing this to save duplication.