Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/auth/oauth2/update-consent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"update": {
"scopes": [
"string"
]
}
}'{
"message": "string"
}