curl --location --request POST 'https://staging.syncode.anggita.org/api/rooms//media/recording/consent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"consent": true
}'{
"userId": "string",
"consent": true,
"allConsented": true,
"consentStatus": {
"consented": 0,
"pending": 0,
"total": 0
}
}