curl --location --request PUT 'https://walletobjects.googleapis.com//walletobjects/v1/permissions/' \
--header 'Content-Type: application/json' \
--data-raw '{
"issuerId": "string",
"permissions": [
{
"emailAddress": "string",
"role": "ROLE_UNSPECIFIED"
}
]
}'
{
"issuerId": "string",
"permissions": [
{
"emailAddress": "string",
"role": "ROLE_UNSPECIFIED"
}
]
}