curl --request POST \
--url https://console.neuronsearchlab.com/api/identity/consent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identityId": "<string>",
"consent": {},
"source": "<string>"
}
'