curl --request POST \
--url https://gateway.varchev.com/customer/revokeComponentAccessRight \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '
{
"groupId": "<string>",
"customerId": "<string>",
"application": "b2b_wallet"
}
'